enthought / envisage

Envisage is a Python-based framework for building applications whose functionalities can be extended by adding "plug-ins".
http://docs.enthought.com/envisage/
Other
81 stars 26 forks source link

Use pyproject.toml #519

Closed mdickinson closed 1 year ago

mdickinson commented 1 year ago

This is a pure Python project with no extensions or specialist build needs, so it should be straightforward to convert from using setup.py and setup.cfg to pyproject.toml and .flake8.