mirror of
https://github.com/django-polymorphic/django-polymorphic.git
synced 2024-11-10 19:36:33 +03:00
Changed setup.py: Added maintainer field (me), and classifiers
This commit is contained in:
parent
a0f1fe455a
commit
74a21efb17
11
setup.py
11
setup.py
|
@ -6,6 +6,17 @@ setup(
|
|||
description = 'Seamless Polymorphic Inheritance for Django Models',
|
||||
author = 'Bert Constantin',
|
||||
author_email = 'bert.constantin@gmx.de',
|
||||
maintainer = 'Christopher Glass',
|
||||
maintainer_email = 'tribaal@gmail.com'
|
||||
url = 'http://bserve.webhop.org/wiki/django_polymorphic',
|
||||
packages = [ 'polymorphic' ],
|
||||
classifiers=[
|
||||
'Framework :: Django',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: BSD License',
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user