Skip to content

Commit

Permalink
small fixes for setup and ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tunavargi committed Jul 21, 2014
1 parent 0105947 commit 41df938
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ dist/
env/
dist/
*.egg-info
.idea
.idea
.pypirc
Empty file added .pypirc
Empty file.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
license=' License', # example license
description='Additional fields for Django Rest Framework.',
long_description=README,
author='Hipo',
author='hipo',
author_email='[email protected]',
classifiers=[
'Environment :: Web Environment',
'Framework :: Django',
Expand All @@ -25,4 +26,4 @@
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
)
)

0 comments on commit 41df938

Please sign in to comment.