Added requirement for ics to setup.py
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2
setup.py
2
setup.py
@ -36,7 +36,7 @@ setup(
|
|||||||
"console_scripts": ['tm-calendarsync = twomartens.calendarsync.calendarsync:main']
|
"console_scripts": ['tm-calendarsync = twomartens.calendarsync.calendarsync:main']
|
||||||
},
|
},
|
||||||
python_requires="~=3.6",
|
python_requires="~=3.6",
|
||||||
install_requires=[""],
|
install_requires=["ics>=0.4"],
|
||||||
license="Apache License 2.0",
|
license="Apache License 2.0",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
|
|||||||
Reference in New Issue
Block a user