Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Adoption of Poetry for Packaging and Dependency Management #10

Merged
merged 7 commits into from
Sep 4, 2023

Conversation

threeal
Copy link
Owner

@threeal threeal commented Sep 2, 2023

This pull request incorporates Poetry into the project for improved packaging and dependency management. The changes made include:

  • Adapted the pyproject.toml file to adhere to Poetry's format.
  • Introduced a starter script entrypoint as an alternative to invoking the starter module.
  • Integrated Poetry into the build.yaml workflow.
  • Removed the Makefile.

This resolves #7.

@threeal threeal added the build label Sep 2, 2023
@threeal threeal added this to the Python Starter milestone Sep 2, 2023
@threeal threeal self-assigned this Sep 2, 2023
@threeal threeal force-pushed the use-poetry branch 3 times, most recently from 243de44 to 010bc23 Compare September 4, 2023 03:34
@threeal threeal changed the title Use Poetry Adoption of Poetry for Packaging and Dependency Management Sep 4, 2023
@threeal threeal marked this pull request as ready for review September 4, 2023 03:45
@threeal threeal merged commit 47fc008 into main Sep 4, 2023
@threeal threeal deleted the use-poetry branch September 4, 2023 03:45
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Transition to Poetry for Packaging and Dependency Management
1 participant