Skip to content

Commit

Permalink
Removing classifiers, because currently not possible to release them
Browse files Browse the repository at this point in the history
  • Loading branch information
pkopac committed Aug 3, 2017
1 parent 0cc6e07 commit c546ae8
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,6 @@
install_requires=requires,
license='MIT',
zip_safe=False,
classifiers=(
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Natural Language :: English',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries'
),
tests_require=test_requirements,
test_suite="test",
extras_require={},
Expand Down

0 comments on commit c546ae8

Please sign in to comment.