diff options
| author | Scott Bahling <sbahling@suse.com> | 2020-09-07 17:32:16 +0200 |
|---|---|---|
| committer | Scott Bahling <sbahling@suse.com> | 2020-09-07 17:32:16 +0200 |
| commit | 688a043ea015d2d66b92c4fd96fc3aa5a90b8f99 (patch) | |
| tree | e216b97b5cfe557d80b896a68ea6223f721f73e4 /setup.cfg | |
| parent | 227641df0c5e5f8425215e7cd9f6bcda946ce443 (diff) | |
| download | obsapi-688a043ea015d2d66b92c4fd96fc3aa5a90b8f99.tar.gz obsapi-688a043ea015d2d66b92c4fd96fc3aa5a90b8f99.tar.xz obsapi-688a043ea015d2d66b92c4fd96fc3aa5a90b8f99.zip | |
Update versioneer and packaging build configsobsapi-0.2.0
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 13 |
1 files changed, 13 insertions, 0 deletions
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- + |
