summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..9103812
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,12 @@
+[upload_docs]
+upload-dir = docs/_build/html
+show-response = true
+verbose = true
+
+[upload]
+sign = True
+identity = 0xa3adb67a2cdb8b35
+
+[aliases]
+upload_all = sdist bdist_egg bdist_wheel upload
+