Final preparations for v2.0

dev^2
Hoffelhas 2023-01-15 22:00:00 +01:00
parent 1f8f6ab182
commit a560a59857
2 changed files with 3 additions and 3 deletions

View File

@ -2,12 +2,12 @@ from setuptools import setup
setup(
name='autodoist',
version='1.5',
version='2.0',
py_modules=['autodoist'],
url='https://github.com/Hoffelhas/automation-todoist',
license='MIT',
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)',
install_requires=[
'todoist-python',