|
|
@ -29,11 +29,11 @@ classifiers =
|
|
|
|
Programming Language :: Python :: 2
|
|
|
|
Programming Language :: Python :: 2
|
|
|
|
Programming Language :: Python :: 2.7
|
|
|
|
Programming Language :: Python :: 2.7
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Programming Language :: Python :: 3.4
|
|
|
|
|
|
|
|
Programming Language :: Python :: 3.5
|
|
|
|
Programming Language :: Python :: 3.5
|
|
|
|
Programming Language :: Python :: 3.6
|
|
|
|
Programming Language :: Python :: 3.6
|
|
|
|
Programming Language :: Python :: 3.7
|
|
|
|
Programming Language :: Python :: 3.7
|
|
|
|
Programming Language :: Python :: 3.8
|
|
|
|
Programming Language :: Python :: 3.8
|
|
|
|
|
|
|
|
Programming Language :: Python :: 3.9
|
|
|
|
Topic :: Software Development
|
|
|
|
Topic :: Software Development
|
|
|
|
Topic :: Software Development :: Debuggers
|
|
|
|
Topic :: Software Development :: Debuggers
|
|
|
|
Topic :: Software Development :: Quality Assurance
|
|
|
|
Topic :: Software Development :: Quality Assurance
|
|
|
@ -48,7 +48,7 @@ project_urls =
|
|
|
|
[options]
|
|
|
|
[options]
|
|
|
|
packages = find:
|
|
|
|
packages = find:
|
|
|
|
|
|
|
|
|
|
|
|
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
|
|
|
|
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
|
|
|
|
|
|
|
|
|
|
|
|
include_package_data = True
|
|
|
|
include_package_data = True
|
|
|
|
install_requires =
|
|
|
|
install_requires =
|
|
|
|