mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-24 03:45:38 +08:00
blockstack-core, instead of blockstack-server
This commit is contained in:
4
setup.py
4
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user