marksull / fmcapi

A Python package designed to help users of Cisco's FMC interface with its API.
BSD 3-Clause "New" or "Revised" License
81 stars 57 forks source link

fmcapi is being installed using the legacy 'setup.py install' method #137

Closed dalamanster closed 1 year ago

dalamanster commented 1 year ago

hello, can you please update the pip package to new standards?

When using 'pip install fmcapi' following warning is displayed:

DEPRECATION: fmcapi is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559

Removal of setup.py install is targeted to pip 23.1 (April 2023).

Thanks

marksull commented 1 year ago

Done.