summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
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