add missing files
This commit is contained in:
parent
18c1e125bd
commit
f7f05b21b8
|
@ -1,2 +1,5 @@
|
|||
include versioneer.py
|
||||
include src/wormhole/_version.py
|
||||
include LICENSE README.md
|
||||
recursive-include docs *.md *.rst
|
||||
|
||||
|
|
5
setup.py
5
setup.py
|
@ -19,8 +19,9 @@ setup(name="magic-wormhole",
|
|||
url="https://github.com/warner/magic-wormhole",
|
||||
package_dir={"": "src"},
|
||||
packages=["wormhole",
|
||||
"wormhole.blocking", "wormhole.scripts",
|
||||
"wormhole.test", "wormhole.util"],
|
||||
"wormhole.blocking", "wormhole.twisted",
|
||||
"wormhole.scripts", "wormhole.test", "wormhole.util",
|
||||
"wormhole.servers"],
|
||||
entry_points={"console_scripts":
|
||||
["wormhole = wormhole.scripts.runner:entry"]},
|
||||
install_requires=["spake2==0.2", "pynacl", "requests", "argparse"],
|
||||
|
|
Loading…
Reference in New Issue
Block a user