Support for pyproject.toml/setup.py
Hi!
Is there a plan to support pyproject.toml/setup.py in Wingware? By support I mean things like:
- Option to generate pyproject.toml/setup.py by using simple widget menu system
- Creation of source distribution/wheel package from menu system, with support for extra flags like wheel destination folder etc.
- Loading yapf/pyflakes etc. options from pyproject.toml file
Here's the grouping project on github which shows which projects in Python world supports pyproject.toml as exchange file :)
Comments