|
|
@ -26,8 +26,6 @@ classifiers =
|
|
|
|
Environment :: Console
|
|
|
|
Environment :: Console
|
|
|
|
Intended Audience :: Developers
|
|
|
|
Intended Audience :: Developers
|
|
|
|
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
|
|
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
|
|
Programming Language :: Python :: 2
|
|
|
|
|
|
|
|
Programming Language :: Python :: 2.7
|
|
|
|
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Programming Language :: Python :: 3.5
|
|
|
|
Programming Language :: Python :: 3.5
|
|
|
|
Programming Language :: Python :: 3.6
|
|
|
|
Programming Language :: Python :: 3.6
|
|
|
@ -48,7 +46,7 @@ project_urls =
|
|
|
|
[options]
|
|
|
|
[options]
|
|
|
|
packages = find:
|
|
|
|
packages = find:
|
|
|
|
|
|
|
|
|
|
|
|
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
|
|
|
|
python_requires = >=3.5.*
|
|
|
|
|
|
|
|
|
|
|
|
include_package_data = True
|
|
|
|
include_package_data = True
|
|
|
|
install_requires =
|
|
|
|
install_requires =
|
|
|
|