diff options
author | Matt Lenc <mattl@incuna.com> | 2014-06-18 11:43:03 +0100 |
---|---|---|
committer | Matt Lenc <mattl@incuna.com> | 2014-06-18 11:43:03 +0100 |
commit | 4e69c491558000282a928fc62fc376ae4e6ae70c (patch) | |
tree | a9a24266b72f5d69aa6d13615a73c125d90f39b4 /setup.py | |
parent | 39b76d8b55506bcddf40d6e76508dd7de272c988 (diff) | |
download | django-wkhtmltopdf-4e69c491558000282a928fc62fc376ae4e6ae70c.tar.gz django-wkhtmltopdf-4e69c491558000282a928fc62fc376ae4e6ae70c.tar.bz2 django-wkhtmltopdf-4e69c491558000282a928fc62fc376ae4e6ae70c.zip |
Tweak classifiers
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14,13 +14,12 @@ setup( author=wkhtmltopdf.__author__, author_email='admin@incuna.com', url='https://github.com/incuna/django-wkhtmltopdf', - install_requires=['Django>=1.4'], zip_safe=False, classifiers=[ 'Development Status :: 5 - Production/Stable', + 'Environment :: Web Environment', 'Intended Audience :: Developers', - 'Topic :: Software Development', - 'Topic :: Utilities', + 'Operating System :: OS Independent', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.6', @@ -28,6 +27,7 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Framework :: Django', ], keywords='django wkhtmltopdf pdf', ) |