-
This commit from ::gentoo I think is the one that started the issue: https://github.com/gentoo/gentoo/commit/79071eb9f6f4a5725c1a89700bcfd7f120101179
While dev-python/setuptools-44.1.1-r200:python2…
-
### Issue
Not sure when this was introduced, but when installing the conda package, the scramp version is reported as 0.0.0.
pip is fine.
```python
>>> import scramp
>>> scramp.__version__
'…
-
Is there an option to format the version like the `[tool.versioningit.format]` does, but when there is no distance and is no dirty?
I need to do something like:
```toml
[tool.versioningit.format]…
-
Actually even the non dev install fails.
Using virtualenv
```bash
python --version
Python 3.8.0
```
```bash
pip list
Package Version
---------- -------
pip 22.2.2
setupt…
-
Just installed a fresh copy of non-vendored versioneer 0.24 in my git repo.
The `python3 setup.py version` gives:
```
running version
keywords are unexpanded, not using
got version from VCS {'ver…
-
This issue concerns the `run_brer` project as well as the https://github.com/kassonlab/brer_plugin project.
We did not import a tag for the `run_brer` release associated with @jmhays 1.0 code when …
-
With distutils deprecated and slated for removal as early as Python 3.12, we should get away from versioneer and setup.py.
We should also try to be more consistent with documents like https://pack…
-
By submitting an Issue to this repository, you agree to the terms within the [Code of Conduct](https://github.com/mikesongming/SE-Geometry/blob/master/CODE-OF-CONDUCT.md).
### Description
> 1. C…
-
`pip install .` does not get the right version information installed, but `python setup.py install` does. I think this is because pip sees the setup.cfg and assumes it is sufficient for installation, …
-
I am trying to figure out how to use versioneer to align my version numbers with by branching strategy. I use a Features[] > Dev > Main strategy. So my versions with semantic versioning should look li…