vbuterin / pybitcointools

SImple, common-sense Bitcoin-themed Python ECC library
1.3k stars 861 forks source link

Install error in 1.1.17+ under python2.7 #51

Open patcon opened 9 years ago

patcon commented 9 years ago

This line seems to break pip install bitcoin in 1.1.17 and onward. I'm using python2.7 https://github.com/vbuterin/pybitcointools/blame/master/setup.py#L14

https://gist.github.com/patcon/755e37cb57b588d29d6a

I believe pyethereum was working on python2.7 prior, but now its not

Also, you willing to accept a PR for travis support?

patcon commented 9 years ago

Ah. https://stackoverflow.com/questions/1612733/including-non-python-files-with-setup-py

Incoming PR