summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-19 22:29:56 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-19 22:29:56 -0500
commit5ad18328e8f38abcc5a0fc4a549e7a3c40697d4e (patch)
tree7f1fef09ea1478c2722af01db5e5537a16b5b882 /setup.cfg
downloadpytest-runner-5ad18328e8f38abcc5a0fc4a549e7a3c40697d4e.tar.gz
Generate project skeleton
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..445263a
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,6 @@
+[aliases]
+release = sdist bdist_wheel build_sphinx upload upload_docs
+test = pytest
+
+[wheel]
+universal = 1