The PAN-OS SDK for Python is a package to help interact with Palo Alto Networks devices (including physical and virtualized Next-generation Firewalls and Panorama). The pan-os-python SDK is object oriented and mimics the traditional interaction with the device via the GUI or CLI/API.
Remove setup.py and related dependency 'poetry2setup'
Motivation and Context
setup.py is not really needed any more for package installation, and the methods to create a setup.py from pyproject.toml are not functional any longer.
How Has This Been Tested?
Locally and via CI
Types of changes
Bug fix (non-breaking change which fixes an issue)
Checklist
[x] I have updated the documentation accordingly.
[x] I have read the CONTRIBUTING document.
[x] I have added tests to cover my changes if appropriate.
Description
Remove setup.py and related dependency 'poetry2setup'
Motivation and Context
setup.py is not really needed any more for package installation, and the methods to create a setup.py from pyproject.toml are not functional any longer.
How Has This Been Tested?
Locally and via CI
Types of changes
Checklist