New version, Py2/3 compatibility
This commit is contained in:
parent
5902af13bd
commit
953e8a8af1
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='pocket-cli',
|
||||
version='0.1.1',
|
||||
version='0.1.2',
|
||||
author='Rakan Alhneiti',
|
||||
author_email='rakan.alhneiti@gmail.com',
|
||||
url='https://github.com/rakanalh/pocket-api',
|
||||
|
@ -18,6 +18,8 @@ setup(
|
|||
'click==6.2',
|
||||
'requests==2.9.1',
|
||||
'progress==1.2',
|
||||
'future==0.15.2',
|
||||
'six==1.10.0',
|
||||
'pocket-api'
|
||||
],
|
||||
entry_points={
|
||||
|
|
Loading…
Reference in a new issue