Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix setup.py classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-armstrong committed Feb 8, 2017
1 parent 5b6af7a commit d240c13
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,16 @@
'django': ['django-pyfs']
},
license='Apache 2.0',
classifiers=(
"License :: OSI Approved :: Apache Software License 2.0",
)
classifiers=[
'Development Status :: 5 - Production/Stable',
'Framework :: Django',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9',
'Framework :: Django :: 1.10',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
]
)

0 comments on commit d240c13

Please sign in to comment.