mirror of https://github.com/Hoffelhas/autodoist
setup.py update
parent
097ea0caae
commit
d129885bbc
5
setup.py
5
setup.py
|
@ -2,14 +2,15 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='autodoist',
|
name='autodoist',
|
||||||
version='1.0',
|
version='1.5',
|
||||||
py_modules=['autodoist'],
|
py_modules=['autodoist'],
|
||||||
url='https://github.com/Hoffelhas/automation-todoist',
|
url='https://github.com/Hoffelhas/automation-todoist',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
author='Alexander Haselhoff',
|
author='Alexander Haselhoff',
|
||||||
author_email='alexander.haselhoff@outlook.com',
|
author_email='alexander.haselhoff@outlook.com',
|
||||||
description='Added functionality for Todoist: 1) next-action labels and 2) re-use recurring sub-tasks',
|
description='Added functionality for Todoist: 1) next-action labels, 2) sub-task regeneration, 3) postpone end of day, and 4) (un)header items simultaneously)',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'todoist-python',
|
'todoist-python',
|
||||||
|
'requests',
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue