From 41df93872be89fa85e5740d7cf0b2524d82c70df Mon Sep 17 00:00:00 2001 From: vargi Date: Mon, 21 Jul 2014 13:35:39 +0300 Subject: [PATCH] small fixes for setup and ignore --- .gitignore | 3 ++- .pypirc | 0 setup.py | 5 +++-- 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 .pypirc diff --git a/.gitignore b/.gitignore index e0ff987..f98cd7e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ dist/ env/ dist/ *.egg-info -.idea \ No newline at end of file +.idea +.pypirc diff --git a/.pypirc b/.pypirc new file mode 100644 index 0000000..e69de29 diff --git a/setup.py b/setup.py index b9a7758..c116b87 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,8 @@ license=' License', # example license description='Additional fields for Django Rest Framework.', long_description=README, - author='Hipo', + author='hipo', + author_email='pypi@hipolabs.com', classifiers=[ 'Environment :: Web Environment', 'Framework :: Django', @@ -25,4 +26,4 @@ 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ], -) \ No newline at end of file +)