Skip to content

Commit

Permalink
update trove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Jan 22, 2018
1 parent 9f53fde commit aac533c
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions setup.py
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',
],
requires=[
'Django (>=1.4)',
'Django (>=1.10)',
],

description='A countdown timer for django-fluent-contents',
Expand All @@ -59,17 +59,22 @@ def find_version(*parts):

zip_safe=False,
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
'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.5',
'Programming Language :: Python :: 3.6',
'Framework :: Django',
'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 aac533c

Please sign in to comment.