From 29150b399be45c606f9ea2c43f62b7ccdf782ba5 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Sat, 5 Dec 2020 21:42:22 -0500
Subject: [PATCH] Fixed some mistakes in the metadata.

---
 setup.py | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/setup.py b/setup.py
index b75d0f1..bf4528f 100755
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ setuptools.setup(
     # Allow UTF-8 characters in README with encoding argument.
     long_description=open('README.rst', encoding="utf-8").read(),
     long_description_content_type='text/x-rst',
-    keywords=['python'],
+    keywords=['ib', 'interactive brokers', 'ibpy', 'tws'],
 
     author='IBG LLC',
     author_email='dnastase@interactivebrokers.com',
@@ -47,12 +47,14 @@ setuptools.setup(
     zip_safe=False,
 
     classifiers=[
-        'Development Status :: 4 - Beta',
+        'Development Status :: 6 - Mature',
         'Intended Audience :: Developers',
-        'License :: OSI Approved :: MIT License',
+        'License :: Other/Proprietary License',
         'Programming Language :: Python',
         'Programming Language :: Python :: 3',
         'Programming Language :: Python :: 3 :: Only',
+        'Programming Language :: Python :: 3.3',
+        'Programming Language :: Python :: 3.4',
         'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',
         'Programming Language :: Python :: 3.7',
@@ -60,7 +62,4 @@ setuptools.setup(
         'Programming Language :: Python :: 3.9',
     ],
 
-    entry_points={
-        'console_scripts': ['fact=fact.cli:main'],
-    }
 )
-- 
GitLab