Skip to content

Commit

Permalink
Prepare deploy to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaeilorfanian committed Sep 13, 2017
1 parent 514cf57 commit 271e9ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,6 @@ ENV/

# IDE
.idea

#PYPI
.pypirc
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
from setuptools import setup


with open('README.md', 'r') as f:
readme = f.read()


setup(
name='djforge_redis_multitokens',
version='0.0.2',
Expand All @@ -15,13 +11,12 @@
author='Mikaeil Orfanian',
description='Django REST Framework user auth using multiple tokens stored in Redis',
author_email='[email protected]',
long_description=readme,
install_requires=['passlib', 'djangorestframework', 'django'],
include_package_data=True,
url='https://github.com/ToReforge/djforge-redis-multitokens/archive/0.0.2.tar.gz',
classifiers=[
'Development Status :: 4 - Beta',
'Framework :: Django REST Framework',
'Framework :: Django',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
Expand Down

0 comments on commit 271e9ce

Please sign in to comment.