frida / frida-python

Frida Python bindings
Other
766 stars 145 forks source link

Simplify Build - Remove Egg Downloader #214

Closed oriori1703 closed 1 year ago

oriori1703 commented 1 year ago

Simplify the build/setup.py by removing the PEP503 parser and egg downloader.

This is done because if merged together with https://github.com/frida/frida/pull/2217, pip would be able to automatically choose the correct version of Frida for the current platform, making the PEP503 parser redundant.

oleavr commented 1 year ago

Thanks!