Skip to content

Commit

Permalink
update trove classifiers in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
knipknap committed Nov 24, 2018
1 parent 8873bfc commit 1bc1d6b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
packages=find_packages(),
include_package_data=True,
license='MIT License',
description='Simple but powerful search functionality to Django projects',
description='Simple but powerful search/filter functionality to Django projects',
long_description=descr,
url='https://github.com/knipknap/django-find',
author='Samuel Abels',
Expand All @@ -45,15 +45,21 @@
'app']),
classifiers=[
'Environment :: Web Environment',
'Development Status :: 5 - Production/Stable',
'Framework :: Django',
'Framework :: Django :: 1.9',
'Framework :: Django :: 1.10',
'Framework :: Django :: 1.11',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Text Processing :: Filters',
],
)

0 comments on commit 1bc1d6b

Please sign in to comment.