dirkjanm / ROADtools

A collection of Azure AD/Entra tools for offensive and defensive security purposes
MIT License
1.92k stars 269 forks source link

roadtools and roadlib setup.py conflicts #103

Closed D3vil0p3r closed 1 month ago

D3vil0p3r commented 1 month ago

By installing roadtools by this setup.py and then installing roadlib setup.py](https://github.com/dirkjanm/ROADtools/blob/master/roadlib/setup.py) conflict each other:

/usr/lib/python3.12/site-packages/roadlib-0.27.0-py3.12.egg-info/PKG-INFO is already in 'python-roadlib' and in 'python-roadtools'
/usr/lib/python3.12/site-packages/roadlib-0.27.0-py3.12.egg-info/SOURCES.txt is already in 'python-roadlib' and in 'python-roadtools'
/usr/lib/python3.12/site-packages/roadlib-0.27.0-py3.12.egg-info/dependency_links.txt is already in 'python-roadlib' and in 'python-roadtools'
/usr/lib/python3.12/site-packages/roadlib-0.27.0-py3.12.egg-info/not-zip-safe is already in 'python-roadlib' and in 'python-roadtools'
/usr/lib/python3.12/site-packages/roadlib-0.27.0-py3.12.egg-info/requires.txt is already in 'python-roadlib' and in 'python-roadtools'
/usr/lib/python3.12/site-packages/roadlib-0.27.0-py3.12.egg-info/top_level.txt is already in 'python-roadlib' and in 'python-roadtools'

Why the first setup.py writes on roadlib-0.27.0 instead of roadtools-xxx?

D3vil0p3r commented 1 month ago

Sorry, my bad on packaging tools. Closing...