PaloAltoNetworks / pan-os-python

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.
https://pan-os-python.readthedocs.io
ISC License
339 stars 166 forks source link

ci: Retire setup.py and poetry2setup #561

Closed btorresgil closed 3 months ago

btorresgil commented 3 months ago

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