-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated URL and documentation in preparation for cmd2-ext-test 0.2.0 …
…release
- Loading branch information
Showing
2 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,17 +28,17 @@ | |
|
||
author='Eric Lin', | ||
author_email='[email protected]', | ||
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 @@ | |
'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 | ||
|