rednaga / APKiD

Android Application Identifier for Packers, Protectors, Obfuscators and Oddities - PEiD for Android
Other
2.08k stars 296 forks source link

Migrate from `setup.py` to `pyproject.toml` #405

Open AbhiTheModder opened 1 month ago

AbhiTheModder commented 1 month ago

I would like to propose moving from setup.py to a pyproject.toml-based setup, which can help solve dependency and compatibility issues, such as the one mentioned in #377 (though it can be solved via setup.py configuration too, see #411)

Opening this ticket to discuss it all together.

enovella commented 1 month ago

I really like the idea @AbhiTheModder. For viz @CalebFenton @strazzere