jfhbrook / pyee

A rough port of Node.js's EventEmitter to Python with a few tricks of its own
https://github.com/jfhbrook/public
MIT License
371 stars 39 forks source link

Adopt pyproject.toml #108

Closed jfhbrook closed 1 year ago

jfhbrook commented 2 years ago

I think it's about time that pyee adopt pyproject.toml. It already has a file for configuring isort and pyright, but a lot of fields can be actively moved there from setup.py.

Note, I should retain a setup.py for compatibility purposes; I shouldn't do away with it completely! But if I can move the package name/version into the toml file, that could enable automating the version bump in the sphinx docs.

jfhbrook commented 1 year ago

This was resolved in version 10.0.0! :raised_hands: