chiark / gitweb /
Ignore some stuff. Write a README.
authormdw <mdw>
Tue, 4 Oct 2005 23:44:44 +0000 (23:44 +0000)
committermdw <mdw>
Tue, 4 Oct 2005 23:44:44 +0000 (23:44 +0000)
MANIFEST.in [new file with mode: 0644]
README [new file with mode: 0644]

diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644 (file)
index 0000000..24f01ee
--- /dev/null
@@ -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 (file)
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]