mirror of https://github.com/Hoffelhas/autodoist
Final preparations for v2.0
parent
1f8f6ab182
commit
a560a59857
4
setup.py
4
setup.py
|
@ -2,12 +2,12 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='autodoist',
|
name='autodoist',
|
||||||
version='1.5',
|
version='2.0',
|
||||||
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='xela@live.nl',
|
||||||
description='Added functionality for Todoist: 1) next-action labels, 2) sub-task regeneration, 3) postpone end of day, and 4) (un)header items simultaneously)',
|
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',
|
||||||
|
|
Loading…
Reference in New Issue