summaryrefslogtreecommitdiffstats
path: root/python/pytest/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'python/pytest/setup.cfg')
-rw-r--r--python/pytest/setup.cfg19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/pytest/setup.cfg b/python/pytest/setup.cfg
new file mode 100644
index 000000000..bec4469e0
--- /dev/null
+++ b/python/pytest/setup.cfg
@@ -0,0 +1,19 @@
+[build_sphinx]
+source-dir = doc/en/
+build-dir = doc/build
+all_files = 1
+
+[upload_sphinx]
+upload-dir = doc/en/build/html
+
+[bdist_wheel]
+universal = 1
+
+[devpi:upload]
+formats = sdist.tgz,bdist_wheel
+
+[egg_info]
+tag_build =
+tag_date = 0
+tag_svn_revision = 0
+