File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ def get_readme():
1212
1313setup (
1414 name = 'rest_framework_ember' ,
15- version = '1.2.0 ' ,
16- description = "Make EmberJS and Django Rest Framework play nice together. \
17- Follows jsonapi.org spec " ,
15+ version = '1.2.1 ' ,
16+ description = "A Django Rest Framework adapter that provides Ember Data \
17+ support. When jsonapi.org reaches 1.0 this adapter plans to adopt it. " ,
1818 long_description = get_readme (),
1919 url = 'https://github.com/django-json-api/rest_framework_ember' ,
2020 license = 'BSD' ,
21- keywords = "EmberJS Django REST" ,
21+ keywords = "EmberJS Ember Data Django REST" ,
2222 packages = find_packages (),
2323 install_requires = ['django' , 'djangorestframework >= 2.4.0' , 'inflection' ],
2424 platforms = ['any' ],
You can’t perform that action at this time.
0 commit comments