aboutsummaryrefslogtreecommitdiff
path: root/mutt/goobook/HACKING.txt
diff options
context:
space:
mode:
Diffstat (limited to 'mutt/goobook/HACKING.txt')
-rw-r--r--mutt/goobook/HACKING.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/mutt/goobook/HACKING.txt b/mutt/goobook/HACKING.txt
new file mode 100644
index 0000000..9782c46
--- /dev/null
+++ b/mutt/goobook/HACKING.txt
@@ -0,0 +1,14 @@
+Release HOWTO
+=============
+
+To make a release, edit "version" in setup.py and run:
+
+ python setup.py egg_info -RDb "" sdist
+
+To upload the generated source distribution to PyPI, run:
+
+ python setup.py egg_info -RDb "" sdist register upload
+
+Note that if you ignore the ``egg_info -RDb ""`` part, Distribute will generate
+a development release tarball with ``.dev``.
+