Ole André Vadla Ravnås
7d5c36e358
Make the Linux pip setup logic architecture agnostic
...
At least in theory.
2019-05-07 02:41:39 +02:00
Ole André Vadla Ravnås
5c2dc4da55
Fix setup.py OS version logic on macOS
...
Now that we no longer release redundant prebuilds for macOS.
Kudos to @Ronophobia for discovering this issue.
2018-11-06 22:19:32 +01:00
Ole André Vadla Ravnås
1b4b59fdca
Declare support for Python 3.7
2018-08-20 23:26:19 +02:00
Ole André Vadla Ravnås
d599cdd7a5
Fix long description
...
We were reading in the wrong README.
2018-07-11 19:52:04 +02:00
Ole André Vadla Ravnås
ac2357700f
Fix setup.py README logic
...
To allow unicode characters in the README.
2018-07-11 16:57:09 +02:00
Ole André Vadla Ravnås
72899a4315
Drop convenience APIs and split out tools ( #142 )
...
Most use-cases will need to use some JS API that we're not bridging, so
it's better to keep our bindings simple.
It has also become clear that our CLI tools should be split out so Frida-based
tools don't have to depend on colorama, prompt_toolkit, and pygments.
2018-07-10 20:08:56 +02:00