cqMore icon indicating copy to clipboard operation
cqMore copied to clipboard

Feature Request - Please add cqMore to pypi.org

Open medicationforall opened this issue 3 years ago • 0 comments

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 hack my 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

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.

medicationforall avatar Nov 25 '22 13:11 medicationforall