nightlark / swig-pypi

pip install swig. SWIG Python wheel for PyPI.
Apache License 2.0
16 stars 5 forks source link

Add pep440-pre-nopost version style #3

Closed nightlark closed 2 years ago

nightlark commented 3 years ago

Because the version number should track the upstream swig releases that are included in the PyPI package, post release numbers are used to indicate a change to the PyPI package. It would be nice if versioneer had a version style that just used the TAG[.devN] without appending a post0 in between.

nightlark commented 2 years ago

Switched to using setuptools_scm instead of versioner.