Open bollwyvl opened 2 months ago
pyproject.toml
pkg_resources
python setup.py bdist_wheel # works, with warnings pyproject-build # works, with warnings python -m pip install -e . # works
examples of warning:
# SetuptoolsDeprecationWarning: setup.py install is deprecated. # SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated.
An alternative PR will propose replacing setup.(py|cfg) with pyproject.toml, as per the setuptools docs
setup.(py|cfg)
setuptools
references
changes
pyproject.toml
pkg_resources
)test procedure
examples of warning:
next steps
An alternative PR will propose replacing
setup.(py|cfg)
withpyproject.toml
, as per thesetuptools
docs