From 63984ccc430c3ee7ffd6c11dd628c17c53758788 Mon Sep 17 00:00:00 2001 From: mdw Date: Tue, 4 Oct 2005 23:44:44 +0000 Subject: [PATCH] Ignore some stuff. Write a README. --- MANIFEST.in | 3 +++ README | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 MANIFEST.in create mode 100644 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] -- 2.11.0