You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a repo cadqueryhelper that uses cqmore as a dependency and I'd like to publish my repo to pypi.org to support release versioning.
When you do a build and use twine to upload your package pypi complains Invalid value for requires_dist. Error: Can't have direct dependency: 'cqmore @ git+https://github.com/JustinSDK/cqMore'
Couple options:
I can try to hackmy way around the dependency to make pypi happy
Could remove references to cqmore
Avoid pypi.org altogether and just use git as a dependency source (currently what I'm doing)
Or just ask to see if cqMore could be added to pypi.org
I have a repo cadqueryhelper that uses cqmore as a dependency and I'd like to publish my repo to pypi.org to support release versioning.
When you do a build and use twine to upload your package pypi complains
Invalid value for requires_dist. Error: Can't have direct dependency: 'cqmore @ git+https://github.com/JustinSDK/cqMore'
Couple options:
This is the tutorial I'm going through to setup my packaging
https://realpython.com/pypi-publish-python-package/
Not trying to seem grumpy and if nothing happens with this request that's perfectly fine.
The text was updated successfully, but these errors were encountered: