Skip to content

Commit

Permalink
Clean classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Jan 10, 2018
1 parent acadac1 commit f33c8de
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
requirements = open('requirements.txt').readlines()
test_requirements = []

# Add Python 2.6-specific dependencies
if sys.version_info[:2] < (2, 7):
test_requirements.append('unittest2')


setup(
name='djangocms-installer',
Expand Down Expand Up @@ -48,18 +44,16 @@
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'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',
'Framework :: Django',
'Framework :: Django :: 1.4',
'Framework :: Django :: 1.5',
'Framework :: Django :: 1.6',
'Framework :: Django :: 1.7',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9',
'Framework :: Django :: 1.10',
'Topic :: Software Development',
],
test_suite='tests',
Expand Down

0 comments on commit f33c8de

Please sign in to comment.