blockstack-core, instead of blockstack-server

This commit is contained in:
Jude Nelson
2016-10-31 10:55:34 -04:00
parent 1b9c89c739
commit fede2651a1

View File

@@ -26,9 +26,9 @@ from setuptools import setup, find_packages
exec(open("blockstack/version.py").read())
setup(
name='blockstack-server',
name='blockstack-core',
version=__version__,
url='https://github.com/blockstack/blockack-server',
url='https://github.com/blockstack/blockack-core',
license='GPLv3',
author='Blockstack.org',
author_email='support@blockstack.org',