diff --git a/README.md b/README.md index 411932f..5c61c13 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -# wormhole-sync +# magic-wormhole + get things from one computer to another, safely diff --git a/setup.py b/setup.py index ac4b072..5f42a4f 100644 --- a/setup.py +++ b/setup.py @@ -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"},