new name: magic-wormhole

This commit is contained in:
Brian Warner 2015-03-23 23:38:47 -07:00
parent 8e456dea5e
commit d678e2fa66
2 changed files with 4 additions and 3 deletions

View File

@ -1,2 +1,3 @@
# wormhole-sync
# magic-wormhole
get things from one computer to another, safely

View File

@ -10,11 +10,11 @@ versioneer.parentdir_prefix = "wormhole-sync"
commands = versioneer.get_cmdclass()
setup(name="wormhole-sync",
setup(name="magic-wormhole",
version=versioneer.get_version(),
description="Securely transfer data between computers",
author="Brian Warner",
author_email="warner-wormholesync@lothar.com",
author_email="warner-magic-wormhole@lothar.com",
license="MIT",
url="https://github.com/warner/wormhole-sync",
package_dir={"": "src"},