So I can easily find how next time I forget it.
... | ... |
@@ -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( |