meejah / txtorcon

Twisted-based asynchronous Tor control protocol implementation. Includes unit-tests, examples, state-tracking code and configuration abstraction.
http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/
MIT License
250 stars 72 forks source link

Broken README link kills setup.py install? #63

Closed rwsnyder closed 10 years ago

rwsnyder commented 10 years ago

Not sure if that's the true root of the problem or not.

vagrant@precise32:~/txtorcon$ python setup.py install Traceback (most recent call last): File "setup.py", line 36, in long_description = open('README','r').read(), IOError: [Errno 2] No such file or directory: 'README'

meejah commented 10 years ago

Thanks for the report! Should be fixed now, please re-open if you still have problems.