-
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move setup.py functionality to poetry for pre-check and package build and release. #275
Comments
hi @jake-biolexis , my impl could probably use some help :) |
@ceteri i do not have permission to publish to test-pipy on kglab. publishI am happy to assume that the poetry publish will work, as I think a lot of people use it. Using poetry build I am getting builds at ~50 K with exclude of the rdf dir ➜ kglab git:(poetry_build) ✗ ls -lh dist |
Included in PR - #300 |
I'm submitting a
[x] feature idea to research and discuss
This is split from #272
Current Behaviour:
Investigate and review the implication of changing the existing use of setup.py and using poetry instead for pre-check, package build, and release.
One thing I am not at all clear on is the documentation building for KGLab, and how that will need to be managed in a poetry env / process.
The text was updated successfully, but these errors were encountered: