We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5985bdd commit 1750a31Copy full SHA for 1750a31
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='django-rest-framework-mongoengine',
5
- version='2.1.0',
+ version='3.3.0',
6
description='MongoEngine support for Django Rest Framework.',
7
packages=['rest_framework_mongoengine',],
8
license='see https://github.com/umutbozkurt/django-rest-framework-mongoengine/blob/master/LICENSE',
@@ -20,8 +20,9 @@
20
'License :: OSI Approved :: MIT License',
21
'Natural Language :: English',
22
'Programming Language :: Python',
23
+ 'Programming Language :: Python :: 2',
24
+ 'Programming Language :: Python :: 3',
25
'Topic :: Software Development :: Libraries :: Python Modules',
- 'Topic :: Software Development :: Testing',
26
'Topic :: Internet',
27
'Topic :: Internet :: WWW/HTTP :: Site Management',
28
'Topic :: Text Processing :: Markup :: HTML',
0 commit comments