aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-16 08:25:05 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-16 08:25:05 -0500
commit1bf92e3a3cc1e246b1ecc05c63287bb177939efa (patch)
tree8a1be21ad74536247cb560543e605c8dfc96cdac /setup.cfg
parentcfcfccb6c78490ed368fa08d7ee84418ac4706a6 (diff)
downloadexternal_python_setuptools-1bf92e3a3cc1e246b1ecc05c63287bb177939efa.tar.gz
external_python_setuptools-1bf92e3a3cc1e246b1ecc05c63287bb177939efa.tar.bz2
external_python_setuptools-1bf92e3a3cc1e246b1ecc05c63287bb177939efa.zip
Experiment with using setuptools_scm for release management. This approach drastically simplifies the codebase, but imposes an initial dependency at install time, which could prove problemmatic in scenarios where connectivity is limited. This approach may not be viable for real-world consumption, but I'm committing it in this branch for consideration with no plans to release it without more testing and discussion.
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg7
1 files changed, 1 insertions, 6 deletions
diff --git a/setup.cfg b/setup.cfg
index a6da2c77..a5cc289a 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,10 +1,5 @@
-[egg_info]
-tag_build = dev
-
[aliases]
-release = egg_info -RDb ''
-source = register sdist binary
-binary = bdist_egg upload --show-response
+release = sdist bdist_wheel upload build_sphinx upload_docs
test = pytest
[build_sphinx]