rorybyrne / git-plan

Git Plan - a better workflow for git
MIT License
181 stars 5 forks source link

[#72] Switch to poetry and add PyPi publishing #77

Closed rorybyrne closed 3 years ago

rorybyrne commented 3 years ago

What does this PR do?

Why are we doing this?

Testing performed

Known issues

-

Notes

Closes #72 Closes #39

rorybyrne commented 3 years ago

@Stedders Heads up

I updated the way we get the version - it now looks for the currently installed version using pkg_resources. This means we no longer have fine-grained development versions, but I don't think that really matters since this isn't a library that other software depends on.

I got inspiration from thefuck and rich on how best to get the package version.