-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
enhancementNew feature or requestNew feature or requesthacktoberfestParticipation in Hacktoberfest EventParticipation in Hacktoberfest Eventhelp wantedExtra attention is neededExtra attention is neededpackagingquestionFurther information is requestedFurther information is requested
Description
Is your feature request related to a problem? Please describe.
Existing project uses traditional build mechanism with setup config with python modules setuptools
and build
. It should be converted to be able to build with poetry.
Describe the solution you'd like
- Packaging of python modules shall be built with poetry
- Corresponding packaging should as well be modified with GitHub Action workflow
- Deployment as well need to support poetry with corresponding GitHub Action
- Additionally, it should allow to publish document file as well to pypi during deployment.
- Optional package installation should be supported [https://packaging.python.org/en/latest/tutorials/installing-packages/#installing-extras]
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthacktoberfestParticipation in Hacktoberfest EventParticipation in Hacktoberfest Eventhelp wantedExtra attention is neededExtra attention is neededpackagingquestionFurther information is requestedFurther information is requested