-
When we do a major change to the behaviour of the cookiecutter, e.g. changing from versioneer to versioningit, would it be useful to leave some kind of short set of migration information for folks tha…
-
I tried to install SHARPpy with Python 3.12. Running `pip install -e .` gave the following error...
```
Obtaining file:///usr/local/SHARPpy
Installing build dependencies ... done
Checking if…
-
Hi, first of all thanks for this awesome package.
The dependency spake2 (https://github.com/warner/python-spake2) seems to not have been modified for a few years. Is it because it's still perfect o…
-
When I install `quantities` in a Travis from pypi, it is showing up as version "0-none", instead of the correct version. This is the version returned by `versioneer.get_version()` under certain Excep…
-
I use versioneer a lot, it is very useful.
But - one problem I come up against fairly often, is that I want to set the version myself. The typical use-case is that I am building wheels with my CI …
-
We should implement a system for tagging and/or releasing versions of SOLikeT, so it can be more effectively shared and used outside of the active developers.
-
- [x] Add pre-commit configuration
- [x] ~~Remove versioneer and use setuptools-scm~~
- [ ] Add Github workflow for testing infrastructure
- [x] Rename branch from `master` -> `main`
-
A critical use case for me is to make sure that the `__version__` variable appears correctly within a container. It seems like the only way to this is to copy the whole `.git/` directory. This is a pr…
-
npm gets the version from package.json
and python gets it from _version.py
would be nice if they got it from git.
i think versioneer works for python, what about npm?
-
For some reason the current SODAR version shows up as `untagged` in production deployment. Maybe something's gone wrong with the recent `versioneer` update? Locally this works fine.