OpenLEADR / openleadr-python

Python library for OpenADR 2.0b
https://openleadr.org/docs
Apache License 2.0
135 stars 55 forks source link

Migrate dependency management to Poetry #152

Closed allanlewis closed 7 months ago

allanlewis commented 1 year ago

This PR migrates the metadata and dependency management to pyproject.toml and Poetry.

This resolves #151.

allanlewis commented 1 year ago

One thing I haven't checked is whether Poetry is including the files described in MANIFEST.in. I don't think it uses that file so we should probably delete it, but we might need to give Poetry some extra config to include those files; or it might just work.

allanlewis commented 1 year ago

@stan-janssen Are you able to test this change? I don't know enough about the project to test it beyond what you've configured in CI; the latter needs approval to run.

allanlewis commented 1 year ago

Is someone able to test this change?

stan-janssen commented 1 year ago

@allanlewis sorry about not getting back to this earlier. I’ll be testing it this week, thanks!

allanlewis commented 1 year ago

Rebased on main.

allanlewis commented 1 year ago

@stan-janssen are you able to take a look at this?

allanlewis commented 7 months ago

Closing for lack of interest.