-
I honestly don't know what form an implementation of this would take nor whether the system allows a reasonable solution presently. But... There is a shift towards `setup.cfg` over `setup.py`. I am…
-
The setup.py included in llvmpy-0.12.4.tar.gz doesn't work because it imports versioneer but versioneer.py is not present. I suspect versioneer.py should be added to MANIFEST.in.
-
Installing from github will not work if the current version is *already* installed from PyPI as we do not change the version number before a release. This can probably be fixed somehow.
-
1. Either `pipx install pinion` or `pip3 install pinion` in a virtualenv "succeeds" but then
```
Traceback (most recent call last):
File "{{~}}/.local/bin/pinion", line 5, in
from pinion…
-
when trying to install afrc in python 3.12 via pip i get this error:
googling the issue suggest that versioneer.py, is not compatible with latest python, what is the recomanded python to use?
` >p…
-
https://github.com/warner/python-versioneer/pull/67
not released yet, so I guess it will be in versioneer release 0.14.
-
Having trouble installing the requirements, any ideas?
PS C:\Users\there\Downloads\BHBot-source-code\BHBot> pip install -r requirements.txt
Collecting altgraph==0.17.4 (from -r requirements.txt (l…
-
It seems that we play nice with versioneer so maybe we should say that somewhere. This may help with getting rever a large audience.
-
Here is a list of CirclCI issues we have encountered using different settings in `.circleci/config.yml`.
## Using the default virtual machine
This refers to the case where the `config.yaml` file …
-
I cannot find what the fundamental differences between these packages are precisely:
- [versioningit](https://github.com/jwodder/versioningit)
- [setuptools_scm](https://github.com/pypa/setuptools…