summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorThomas Waldmann <tw AT waldmann-edv DOT de>2011-03-26 23:17:38 +0100
committerThomas Waldmann <tw AT waldmann-edv DOT de>2011-03-26 23:17:38 +0100
commit5a9e54d559b16b86ead3207e910cb80e25b0290c (patch)
tree0bb8b710e4b9ed3ff2979aa0f898086536167edf /setup.cfg
parent8794f41beb717cad1ec9ee0992eb231124832d6b (diff)
downloadargparse-5a9e54d559b16b86ead3207e910cb80e25b0290c.tar.gz
add support files for setuptools/distribute
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg18
1 files changed, 18 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..6e7053f
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,18 @@
+[bdist_rpm]
+release=1
+doc_files=
+ README.txt
+ LICENSE.txt
+ PKG-INFO
+ doc/
+requires=python
+build_requires=python
+
+[build_sphinx]
+source-dir = doc/
+build-dir = doc/_build
+all_files = 1
+
+[upload_sphinx]
+upload-dir = doc/_build/html
+