1
0
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:
Vladyslav Ovchynnykov
2020-08-13 16:20:25 +03:00
committed by GitHub

View File

@@ -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,