File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ build /*
2+ dist /*
3+ * .egg
4+ * .pyc
5+
Original file line number Diff line number Diff line change 1+ Jerel Unruh <jerel@ngenworks.com>
2+ Greg Aker <greg@ngenworks.com>
3+
Original file line number Diff line number Diff line change @@ -17,5 +17,18 @@ def get_readme():
1717 keywords = "EmberJS Django REST" ,
1818 packages = find_packages (),
1919 install_requires = ['django' , 'djangorestframework' ],
20+ platforms = ['any' ],
21+ classifiers = [
22+ 'Development Status :: 4 - Beta' ,
23+ 'Framework :: Django' ,
24+ 'Environment :: Web Environment' ,
25+ 'License :: OSI Approved :: BSD License' ,
26+ 'Intended Audience :: Developers' ,
27+ 'Programming Language :: Python' ,
28+ 'Programming Language :: Python :: 2.6' ,
29+ 'Programming Language :: Python :: 2.7' ,
30+ 'Topic :: Software Development :: Libraries :: Application Frameworks' ,
31+ 'Topic :: Software Development :: Libraries :: Python Modules' ,
32+ ]
2033)
2134
You can’t perform that action at this time.
0 commit comments