From 688a043ea015d2d66b92c4fd96fc3aa5a90b8f99 Mon Sep 17 00:00:00 2001 From: Scott Bahling Date: Mon, 7 Sep 2020 17:32:16 +0200 Subject: Update versioneer and packaging build configs --- setup.cfg | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 setup.cfg (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..720f756 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,13 @@ + +# See the docstring in versioneer.py for instructions. Note that you must +# re-run 'versioneer.py setup' after changing this section, and commit the +# resulting files. + +[versioneer] +VCS = git +style = pep440 +versionfile_source = obsapi/_version.py +versionfile_build = obsapi/_version.py +tag_prefix = obsapi- +parentdir_prefix = obsapi- + -- cgit v1.2.3