mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Being a good PyPI citizen.
This commit is contained in:
parent
5ba04d0976
commit
4f904cda87
1 changed files with 4 additions and 2 deletions
6
setup.py
6
setup.py
|
|
@ -19,11 +19,13 @@ setup(
|
|||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
'Environment :: Web Environment',
|
||||
'Framework :: Django',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: BSD License',
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python',
|
||||
'Framework :: Django',
|
||||
'Programming Language :: Python :: 2.5',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Topic :: Utilities'
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue