Brian Warner
d3c5fdc26a
include .sql file in package_data
2015-06-20 18:30:21 -07:00
Brian Warner
b6b6c6aea4
upgrade to versioneer-0.15, fixes 'setup.py develop'
2015-05-31 16:39:39 -07:00
Brian Warner
f7f05b21b8
add missing files
2015-04-10 00:08:01 -05:00
Brian Warner
18c1e125bd
setup.py: finish renaming
2015-04-10 00:02:24 -05:00
Brian Warner
830ba18fe7
require spake2==0.2, which uses Ed25519 as a default
2015-04-09 10:40:16 -07:00
Brian Warner
d678e2fa66
new name: magic-wormhole
2015-03-23 23:38:47 -07:00
Brian Warner
8e456dea5e
rewrite CLI tools to use argparse, remove Twisted dependency
...
We used to use twisted.python.usage.Options, hence we depended upon
Twisted. Now we depend upon "argparse" instead, which is in the py2.7
stdlib (and on pypi for 2.6). This package will still (eventually)
provide Twisted support, but applications which need it will already
express a dependency on twisted themselves, so by removing the
dependency here, we make life easier for applications that don't use it.
2015-03-22 16:52:35 -07:00
Brian Warner
502d43e0ea
setup.py: include all packages= , I always forget that
2015-03-04 00:42:24 -08:00
Brian Warner
7a99c04d64
add "wormhole" entrypoint script. requires twisted.
...
I'm using Twisted for the subcommand argument parsing. It might be nice
to use something smaller.
2015-03-02 00:32:21 -08:00
Brian Warner
00a032184e
depend on pynacl, for encryption of exchanged data
2015-02-11 16:38:20 -08:00
Brian Warner
f5a0b3e5c6
fill in initiator flow, define relay API
2015-02-10 18:34:13 -08:00
Brian Warner
c14749fae0
add first unit test, 'setup.py test' support
2015-02-10 01:05:15 -08:00
Brian Warner
d782a8b63b
initial setup.py, versioneer-ification
2015-02-10 00:48:19 -08:00