diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-09-17 20:09:40 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-09-17 20:09:40 -0400 |
commit | ed3f9094c013cce618571a8718c76f5e0dbaba3d (patch) | |
tree | bfb7bbce00bad232a643c550f95b01831f7c0dc0 /plugins/ext_test/setup.py | |
parent | cf9516e5d25df5e4e330f75ab0f800ba8b4217c8 (diff) | |
parent | 92b8a38d66d255027a0440c45582d319f2694aab (diff) | |
download | cmd2-git-ed3f9094c013cce618571a8718c76f5e0dbaba3d.tar.gz |
Merge branch 'master' into silence
Diffstat (limited to 'plugins/ext_test/setup.py')
-rw-r--r-- | plugins/ext_test/setup.py | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/ext_test/setup.py b/plugins/ext_test/setup.py index d48e9871..3384527c 100644 --- a/plugins/ext_test/setup.py +++ b/plugins/ext_test/setup.py @@ -28,17 +28,17 @@ setuptools.setup( author='Eric Lin', author_email='anselor@gmail.com', - url='https://github.com/python-cmd2/cmd2-ext-test', + url='https://github.com/python-cmd2/cmd2/tree/master/plugins/ext_test', license='MIT', packages=['cmd2_ext_test'], - python_requires='>=3.4', + python_requires='>=3.5', install_requires=['cmd2 >= 0.9.4, <=2'], setup_requires=['setuptools_scm >= 3.0'], classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Operating System :: OS Independent', 'Topic :: Software Development :: Libraries :: Python Modules', @@ -48,6 +48,8 @@ setuptools.setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', ], # dependencies for development and testing |