aboutsummaryrefslogtreecommitdiff
path: root/python/python-MonthDelta/README
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2021-05-03 06:48:48 +0100
committerRobby Workman <rworkman@slackbuilds.org>2021-05-03 01:49:56 -0500
commit24da8b89415d43a711dedef83848ad656ef32d40 (patch)
treef71cdb1318e490ce41882a49cc769100771c283a /python/python-MonthDelta/README
parente5286256a9fd41c98637113ff48617051fcaec3f (diff)
python/python-MonthDelta: Renamed python2-MonthDelta.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'python/python-MonthDelta/README')
-rw-r--r--python/python-MonthDelta/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/python/python-MonthDelta/README b/python/python-MonthDelta/README
deleted file mode 100644
index 35deb5aa0e..0000000000
--- a/python/python-MonthDelta/README
+++ /dev/null
@@ -1,9 +0,0 @@
-python-MonthDelta (Pythonic date calculation with months)
-
-monthdelta.py includes a class, MonthDelta, and a function, monthmod().
-
-MonthDelta enables easy month-related calculations with the standard
-Python date and datetime classes from the datetime module.
-
-monthmod() enables round-trip calculations among MonthDelta, date,
-datetime, and timedelta.