setuptools_scm icon indicating copy to clipboard operation
setuptools_scm copied to clipboard

the blessed package to manage your versions by scm tags

Results 109 setuptools_scm issues
Sort by recently updated
recently updated
newest added
trafficstars

I'm using the following _namespace_-package structure (the namespace is in this example `nametest`): ``` root ├── name-common │   ├── nametest │   │   ├── metrics.py │   │   └── utils.py │   ├──...

I am trying to use setuptools_scm version my package, felling. - I have setup setuptools_scp using `pyproject.toml` - I'm currently at the annotated (annotated for git describe) tag `felling-v0.1.2` -...

some example options like `--dirty=-my-new-thing` break the expectations of setuptools_scm we should error there to prevent debug pain, but we shouldnt support al lthe bells and whistles hust because git...

I am trying to implement a way to get the runtime version if editable and the install version otherwise (as mentioned in #143). I initially thought we could try to...

Hey there, I know a lot of these issues exist and that it is a pip related problem, when installing from archive like in our case: pip install -U https://github.com/steven-murray/hankel/archive/6e88724e0dae245288d1b58656d307961a7111ea.zip...

After spending a long time trying to figure out why my distributions were suddenly too large to be uploaded to PyPi, I tracked it down to my recent inclusion of...

enhancement
question
status: needs_information

For example: `pip install 'git+https://github.com/swift-nav/libsbp#subdirectory=python'` pip clones the entire repo, including the `.git` dir, but setuptools_scm breaks ``` Collecting git+https://github.com/swift-nav/libsbp#subdirectory=python Cloning https://github.com/swift-nav/libsbp to /tmp/jck/pip-pjPlzH-build Complete output from command python setup.py...

bug
regression
upstream-broke-us
deferred