yourdfpy
yourdfpy copied to clipboard
Ft poetry support
Adds poetry support. The package can now be installed with poetry using:
poetry install
The virtual environment is then created and can be activated with
poetry shell
Additionally, the package can be published to pypi with poetry publish
.
In the future, this might also simplify the usage of travis and/or github actions for CI.
Currently, the Travis CI is failing. I'll fix this today. On the other you could also switch to GitHub actions. Let me know what you think is best.
Github actions also work successfully on my work. Accepting this PR would result in having active github-actions.
https://github.com/maxspahn/yourdfpy/actions
Any updates on this?