Skip to content

Commit 7b22729

Browse files
committed
Merge branch 'master' of github.com:ngenworks/rest_framework_ember
2 parents 8802d51 + 18fdfa7 commit 7b22729

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

MANIFEST.in

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
include AUTHORS
2+
include LICENSE
3+
include README.rst
4+
recursive-include example *
5+
recursive-exclude example *.pyc *.pyo

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def get_readme():
77

88
setup(
99
name='rest_framework_ember',
10-
version='1.0',
10+
version='1.0.1',
1111
description="Make EmberJS and Django Rest Framework play nice together.",
1212
long_description=get_readme(),
1313
author="nGen Works",

0 commit comments

Comments
 (0)