From 398e2096213deac04dbca5e7a4d5ca7d14710140 Mon Sep 17 00:00:00 2001 From: Jay Graber Date: Wed, 2 Aug 2017 19:36:14 -0700 Subject: [PATCH] Modify description --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8404c0e..1dfe29a 100644 --- a/setup.py +++ b/setup.py @@ -8,9 +8,9 @@ setup( entry_points = { "console_scripts": ['xcat = xcat.cli:main'] }, - description="Xcat is a package to facilitate cross-chain atomic transactions.", + description="Xcat is a package that creates cross-chain atomic transactions.", author="arcalinea and arielgabizon", - author_email="xcat@z.cash", + author_email="arcalinea@z.cash", license="MIT", url="http://github.com/zcash/xcat", packages=find_packages()