|
28 | 28 |
|
29 | 29 | author='Eric Lin', |
30 | 30 | |
31 | | - url='https://github.com/python-cmd2/cmd2-ext-test', |
| 31 | + url='https://github.com/python-cmd2/cmd2/tree/master/plugins/ext_test', |
32 | 32 | license='MIT', |
33 | 33 |
|
34 | 34 | packages=['cmd2_ext_test'], |
35 | 35 |
|
36 | | - python_requires='>=3.4', |
| 36 | + python_requires='>=3.5', |
37 | 37 | install_requires=['cmd2 >= 0.9.4, <=2'], |
38 | 38 | setup_requires=['setuptools_scm >= 3.0'], |
39 | 39 |
|
40 | 40 | classifiers=[ |
41 | | - 'Development Status :: 4 - Beta', |
| 41 | + 'Development Status :: 5 - Production/Stable', |
42 | 42 | 'Environment :: Console', |
43 | 43 | 'Operating System :: OS Independent', |
44 | 44 | 'Topic :: Software Development :: Libraries :: Python Modules', |
|
48 | 48 | 'Programming Language :: Python :: 3.5', |
49 | 49 | 'Programming Language :: Python :: 3.6', |
50 | 50 | 'Programming Language :: Python :: 3.7', |
| 51 | + 'Programming Language:: Python:: 3.8', |
| 52 | + 'Programming Language:: Python:: 3.9', |
51 | 53 | ], |
52 | 54 |
|
53 | 55 | # dependencies for development and testing |
|
0 commit comments