forked from mirrors/autodoist
setup.py update
parent
5efacae2c7
commit
a8d9ce9f09
19
setup.py
19
setup.py
|
@ -1,19 +1,14 @@
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='NextAction',
|
name='autodoist',
|
||||||
version='0.5',
|
version='1.0',
|
||||||
py_modules=['nextaction'],
|
py_modules=['autodoist'],
|
||||||
url='https://github.com/nikdoof/NextAction',
|
url='https://github.com/Hoffelhas/automation-todoist',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
author='Andrew Williams',
|
author='Alexander Haselhoff',
|
||||||
author_email='andy@tensixtyone.com',
|
author_email='alexander.haselhoff@outlook.com',
|
||||||
description='A more GTD-like workflow for Todoist. Uses the REST API to add and remove a @next_action label from tasks.',
|
description='Added functionality for Todoist: 1) next-action labels and 2) re-use recurring sub-tasks',
|
||||||
entry_points={
|
|
||||||
"console_scripts": [
|
|
||||||
"nextaction=nextaction:main",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'todoist-python',
|
'todoist-python',
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue