summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2023-01-09removing kalTobias Brox
2022-11-28config in place now ... and actually trying to use the new cal.py-interface ↵Tobias Brox
for practical tasks...
2022-11-06reorganized the repository - should fix ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/94
2022-10-28Bugfix. I broke setup.pyTobias Brox
2022-10-28bugfix - setup.py imported calendar-cli to check for metadata, this broke ↵Tobias Brox
due to missing dependencies. metadata now pushed out in a separate file
2022-10-09More work on the kal aka cal.py command. It can now do around 80% of all ↵Tobias Brox
the stuff calendar-cli can do, plus more.
2021-12-30working on the new kal interfaceTobias Brox
2021-11-27timezones are difficult in python - tried to get rid of pytz dependency, but ↵Tobias Brox
ended up filing https://github.com/collective/icalendar/issues/333 https://github.com/collective/icalendar/issues/335 https://github.com/collective/icalendar/issues/336 instead
2021-10-18found some old modifications that were never committedTobias Brox
2020-06-07bugfixTobias Brox
2020-05-05the python-caldav version 0.5.0 had issues with time stamps, and ↵Tobias Brox
calendar-cli isn't compatible with 0.5.0 any more. Fixes https://github.com/tobixen/calendar-cli/issues/31 and many others
2020-04-14apparently the to_normal_str function was added to caldav after the latest ↵Tobias Brox
0.6.2-release
2017-08-30fix proper command name, fix dependency, compatibility fix on version ↵Tobias Brox
number, modified defaults to fit with my workflow - due dates should expire immediately by default so we can set a proper due date
2016-03-16fix for github issue #23 - license missingTobias Brox
2015-05-01more work on vtodo, adding support for editing and adding categories. plus ↵Tobias Brox
some other minor fixes
2015-04-21support for adding vtodo entriesTobias Brox
2015-03-30minor editorial improvementsTobias Brox
2015-02-14loading some of the metadata from the script into setup.py, to avoid ↵Tobias Brox
redundancy and make sure the version number needs to be bumped only one place. Ref http://stackoverflow.com/questions/28213267/design-pattern-for-setup-py-to-avoid-duplicated-metadata
2014-03-10dependenciesTobias Brox
2014-01-07Created a setup.py to allow installation via pipTobias Mueller