File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 22
33setup (
44 name = 'django-rest-framework-mongoengine' ,
5- version = '2.1 .0' ,
5+ version = '3.3 .0' ,
66 description = 'MongoEngine support for Django Rest Framework.' ,
77 packages = ['rest_framework_mongoengine' ,],
88 license = 'see https://github.com/umutbozkurt/django-rest-framework-mongoengine/blob/master/LICENSE' ,
2020 'License :: OSI Approved :: MIT License' ,
2121 'Natural Language :: English' ,
2222 'Programming Language :: Python' ,
23+ 'Programming Language :: Python :: 2' ,
24+ 'Programming Language :: Python :: 3' ,
2325 'Topic :: Software Development :: Libraries :: Python Modules' ,
24- 'Topic :: Software Development :: Testing' ,
2526 'Topic :: Internet' ,
2627 'Topic :: Internet :: WWW/HTTP :: Site Management' ,
2728 'Topic :: Text Processing :: Markup :: HTML' ,
You can’t perform that action at this time.
0 commit comments