mirror of
https://github.com/pythad/nider.git
synced 2021-10-12 02:31:02 +03:00
Merge pull request #232 from pandrey2003/update-classifiers
Closes #231
This commit is contained in:
6
setup.py
6
setup.py
@@ -59,9 +59,9 @@ setup(
|
||||
'License :: OSI Approved :: MIT License',
|
||||
'Natural Language :: English',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6'
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8'
|
||||
],
|
||||
test_suite='tests',
|
||||
tests_require=test_requirements,
|
||||
|
||||
Reference in New Issue
Block a user