p0dalirius / ApacheTomcatScanner

A python script to scan for Apache Tomcat server vulnerabilities.
https://podalirius.net/
GNU General Public License v3.0
771 stars 94 forks source link

setup.py is deprecated #27

Closed Darkiros closed 1 year ago

Darkiros commented 1 year ago

Remove setup.py because is deprecated since python 3.11 and will be remove for python > 3.12. I made some changes to fit with. Tell me if there are something to change to better suit the project :)

p0dalirius commented 1 year ago

Thanks,

I will leave requirements.txt and setup.py in the repository for compatibility for now. Almost no one is running on python >=3.11 as of today.

Best regards,