jminardi / syncnet

A decentralized browser
MIT License
410 stars 24 forks source link

Created a setup.py #2

Closed Ademan closed 10 years ago

Ademan commented 10 years ago

Right now basically all it's good for is pulling in dependencies automatically, but if you move code into packages, and add a top level script this will be much more useful.

jminardi commented 10 years ago

python-btsync should be added as a dependency as well: https://github.com/jminardi/python-btsync

Ademan commented 10 years ago

Ah you're right, I didn't notice until I started testing stuff. Are you sure your python-btsync setup.py works? For me it didn't install anything.

Ademan commented 10 years ago

There we go, the current version pulls BTSync from https://github.com/ademan/python-btsync though. If you merge the python-btsync change I can safely point it at your repo.

jminardi commented 10 years ago

I've merged your other PR

jminardi commented 10 years ago

Merging this PR as is now, we can point it to my repo later.