Widdershin / flask-desktop

flask-desktop lets you create first class desktop applications in Python with HTML/CSS
MIT License
367 stars 61 forks source link

Flit & pypi integration #33

Closed fanoway closed 3 years ago

fanoway commented 3 years ago

I've set this up using flit and pyproject.toml so it can be published to pypi inline with PEP517.

I tested this using the test.pypi site and it all seemed to work.

I also added a github action to publish to pypi when a release is done in Github.

I hope this is helpful

fanoway commented 3 years ago

Merging with the other pull request and a bug fix