Skip to content

Commit d37a9ef

Browse files
author
Umut Bozkurt
committed
updated manifest
1 parent 3b98050 commit d37a9ef

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ rest_framework_mongoengine/__init__.py
55
rest_framework_mongoengine/fields.py
66
rest_framework_mongoengine/generics.py
77
rest_framework_mongoengine/manage.py
8+
rest_framework_mongoengine/routers.py
89
rest_framework_mongoengine/serializers.py
10+
rest_framework_mongoengine/viewsets.py

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
license='see https://github.com/umutbozkurt/django-rest-framework-mongoengine/blob/master/LICENSE',
99
long_description='see https://github.com/umutbozkurt/django-rest-framework-mongoengine/blob/master/README.md',
1010
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',
11+
download_url='https://github.com/umutbozkurt/django-rest-framework-mongoengine/releases/',
1212
keywords=['mongoengine', 'serializer', 'django rest framework'],
1313
author='Umut Bozkurt',
1414
author_email='[email protected]',

0 commit comments

Comments
 (0)