micahflee / semiphemeral

Automatically delete your old tweets, except for the ones you want to keep
MIT License
884 stars 85 forks source link

Fails to pip install from github. #47

Closed mmphego closed 4 years ago

mmphego commented 4 years ago

Installing from bleeding-edge fails due to the package being imported in the setup.py

https://github.com/micahflee/semiphemeral/blob/be913fda43388de9c6861fc93427c50557dfbcd1/setup.py#L2

Reproduce bug

pip install https://github.com/micahflee/semiphemeral/archive/master.zip
# or
# pip install git+https://github.com/micahflee/semiphemeral@master

Screenshot

image