mirror of https://github.com/Hoffelhas/autodoist
Start 0.4-dev
parent
28e96b96db
commit
0307069826
6
setup.py
6
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='NextAction',
|
name='NextAction',
|
||||||
version='0.3',
|
version='0.4-dev',
|
||||||
py_modules=['nextaction'],
|
py_modules=['nextaction'],
|
||||||
url='https://github.com/nikdoof/NextAction',
|
url='https://github.com/nikdoof/NextAction',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
|
@ -12,8 +12,8 @@ setup(
|
||||||
entry_points={
|
entry_points={
|
||||||
"console_scripts": [
|
"console_scripts": [
|
||||||
"nextaction=nextaction:main",
|
"nextaction=nextaction:main",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'todoist-python',
|
'todoist-python',
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue