-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Hi,
what I did:
- make
library_aaawith setuptools-git-version (version_format='{tag}.dev{commitcount}+{gitsha}'etc) - build it & upload to my local PIP
- it works fine with some service
- make
library_bbbwith setuptools-git-version with section:
install_requires=[
'library_aaa==0.0.7'
],
- upon installing requirements for service that requires
library_bbb,pipmodule downloadslibrary_aaainto temporary directory and tries to make a wheel from it - runs setup.py which failed because temporary directory does not contain.gitfolder.
fatal: not a git repository (or any of the parent directories): .git
Metadata
Metadata
Assignees
Labels
No labels