Skip to content

Commit

Permalink
fixed trove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Jan 22, 2018
1 parent 560f20a commit 085cdce
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ def find_version(*parts):
license='Apache 2.0',

install_requires=[
'django-fluent-contents>=1.0', # Need frontend_media support.
'django-fluent-contents>=2.0', # Need frontend_media support.
],
requires=[
'Django (>=1.4)',
'Django (>=1.10)',
],

description='A cookie notification banner for django-fluent-contents',
Expand All @@ -66,18 +66,15 @@ def find_version(*parts):
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'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.4',
'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',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules',
Expand Down

0 comments on commit 085cdce

Please sign in to comment.