|
3 | 3 | setup(
|
4 | 4 | name='django-rest-framework-mongoengine',
|
5 | 5 | version='1.3.3',
|
| 6 | + description='Model Serializer that supports MongoEngine, for Django Rest Framework.', |
6 | 7 | packages=['rest_framework_mongoengine',],
|
7 | 8 | license='see https://github.com/umutbozkurt/django-rest-framework-mongoengine/blob/master/LICENSE',
|
8 | 9 | long_description='see https://github.com/umutbozkurt/django-rest-framework-mongoengine/blob/master/README.md',
|
9 | 10 | url='https://github.com/umutbozkurt/django-rest-framework-mongoengine',
|
| 11 | + download_url='https://github.com/umutbozkurt/django-rest-framework-mongoengine/releases/tag/v1.3.3', |
| 12 | + keywords=['mongoengine', 'serializer', 'django rest framework'], |
10 | 13 | author='Umut Bozkurt',
|
11 | 14 |
|
12 |
| - requires=['mongoengine', 'djangorestframework'] |
| 15 | + requires=['mongoengine', 'djangorestframework'], |
| 16 | + classifiers=['Development Status :: 5 - Production/Stable', |
| 17 | + 'License :: OSI Approved :: MIT License', |
| 18 | + 'Natural Language :: English', |
| 19 | + 'Programming Language :: Python', |
| 20 | + 'Topic :: Software Development :: Libraries :: Python Modules', |
| 21 | + 'Topic :: Software Development :: Testing', |
| 22 | + 'Topic :: Internet', |
| 23 | + 'Topic :: Internet :: WWW/HTTP :: Site Management', |
| 24 | + 'Topic :: Text Processing :: Markup :: HTML', |
| 25 | + 'Intended Audience :: Developers' |
| 26 | + ], |
13 | 27 | )
|
0 commit comments