summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
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
+