From: mdw Date: Tue, 4 Oct 2005 23:44:44 +0000 (+0000) Subject: Ignore some stuff. Write a README. X-Git-Tag: 1.0.1~11 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/getdate-python/commitdiff_plain/63984ccc430c3ee7ffd6c11dd628c17c53758788 Ignore some stuff. Write a README. --- diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..24f01ee --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +include *.c *.y +include README +include debian/rules debian/control debian/changelog debian/copyright \ No newline at end of file diff --git a/README b/README new file mode 100644 index 0000000..0470031 --- /dev/null +++ b/README @@ -0,0 +1,9 @@ +Python bindings for get_date(). + +I found the get_date() function under a rock somewhere. It's grim inside, +but it parses dates just fine. It was the work of several minutes to make a +Python binding for it. The build system probably took longer than the code. + +Have fun. + +-- [mdw]