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, 0 insertions, 14 deletions
diff --git a/mutt/goobook/HACKING.txt b/mutt/goobook/HACKING.txt
deleted file mode 100644
index 9782c46..0000000
--- a/mutt/goobook/HACKING.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-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``.
-