Browse code

Add a comment on how to upload the package to PyPI.

So I can easily find how next time I forget it.

José Fonseca authored on 09/05/2013 07:43:09
Showing 2 changed files

... ...
@@ -1,2 +1,3 @@
1 1
 .*.sw?
2 2
 *.pyc
3
+*.egg-info
... ...
@@ -1,4 +1,15 @@
1 1
 #!/usr/bin/env python
2
+#
3
+# The purpose of this script is to enable uploading xdot.py to the Python
4
+# Package Index, which can be easily done by doing:
5
+#
6
+#   python setup.py register
7
+#
8
+# See also:
9
+# - https://code.google.com/p/jrfonseca/issues/detail?id=19
10
+# - http://docs.python.org/2/distutils/packageindex.html
11
+#
12
+
2 13
 from setuptools import setup
3 14
 
4 15
 setup(