-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Pyproject poetry mid update #295
Conversation
… a Pipfile updated .gitignore. Need to check some args in pre-commit-config not 100% clear on what is needed.
… a Pipfile updated .gitignore. Need to check some args in pre-commit-config not 100% clear on what is needed.
@ceteri here is my WIP for the poetry conversion. pyproject.toml is in good order, I have not tested the package build as yet. |
@ceteri I also have a Pipfile and have updated the README to include the new install instructions to install with pipenv and poetry. If it useful for you to take the pyproject.toml, and I'll do a diff merge request for these updates later. On slack if you need me. |
Thank you kindly @jake-aft The wheel builds just find, goes into PyPi fine, and I can run sample code with it from a download in a new env. The source dist is the problem, currently the build tools seem to ignore commands to exclude/prune the unneeded directories – particularly the |
please complete the issue's description |
@ceteri and @Mec-iS I am splitting this into two PRS I can follow up with the poetry build updates/PR it seems to work well and have not had the exclude / package size issues you were having with flint. @ceteri please cancel this PR whenever you no longer need it as a reference. |
Current behaviour
New expected behaviour
Change logs