summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-28 20:07:14 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-28 20:07:14 +0200
commitc0a3d5383f2f828ff4241fa6046c056c6e75aaed (patch)
treec448744046bbe6f8d3f5fb79208a77fb5466ae43 /setup.cfg
parentb0615239164121f8bab3e664bcf70305aa74d782 (diff)
downloadsemantic-version-c0a3d5383f2f828ff4241fa6046c056c6e75aaed.tar.gz
Enable zest.releaser.
Streamline the release process.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg15
1 files changed, 15 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..e6ff787
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,15 @@
+[bdist_wheel]
+universal = 1
+
+[metadata]
+license_file = LICENSE
+
+[zest.releaser]
+; semver-style versions
+version-levels = 3
+
+; Version flag location (we use __version__)
+python-file-with-version = semantic_version/__init__.py
+
+[distutils]
+index-servers = pypi