Skip to content

Commit 1750a31

Browse files
committed
pypi config update
1 parent 5985bdd commit 1750a31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
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',
@@ -20,8 +20,9 @@
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',

0 commit comments

Comments
 (0)