summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in2
-rw-r--r--README (renamed from dateutil.moin)21
-rw-r--r--setup.cfg2
3 files changed, 17 insertions, 8 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 9441a8a..c80deb5 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,3 @@
recursive-include dateutil *.py
-include MANIFEST.in README LICENSE Makefile
+include setup.py setup.cfg MANIFEST.in README LICENSE Makefile
include test.py
diff --git a/dateutil.moin b/README
index d8dc6e3..54b2148 100644
--- a/dateutil.moin
+++ b/README
@@ -16,8 +16,10 @@ the standard '''datetime''' module, available in Python 2.3+.
* Computing of relative deltas between two given
date and/or datetime objects;
- * Computing of dates based on recurrence rules, as specified
- in the [ftp://ftp.rfc-editor.org/in-notes/rfc2445.txt iCalendar RFC].
+ * Computing of dates based on very flexible recurrence rules,
+ using a superset of the
+ [ftp://ftp.rfc-editor.org/in-notes/rfc2445.txt iCalendar]
+ specification. Parsing of RFC strings is supported as well.
* Generic parsing of dates in almost any string format;
@@ -30,7 +32,16 @@ the standard '''datetime''' module, available in Python 2.3+.
* Computing of Easter Sunday dates for any given year,
using Western, Orthodox or Julian algorithms;
-== Modules ==
+ * More than 400 test cases.
+
+== Download ==
+ * attachment:python-dateutil-0.1.tar.bz2
+
+== Author ==
+GustavoNiemeyer <niemeyer@conectiva.com>
+
+== Documentation ==
+The following modules are available.
=== relativedelta ===
This module offers the '''relativedelta''' type, which is based
@@ -1751,6 +1762,4 @@ tzlocal()
>>>
}}}
-== Author ==
-GustavoNiemeyer <niemeyer@conectiva.com>
-
+## vim:ft=moin
diff --git a/setup.cfg b/setup.cfg
index 4a29d99..458a022 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bdist_rpm]
-doc_files = README LICENSE confrep.conf
+doc_files = README LICENSE
use_bzip2 = 1
[sdist]