mirror of
https://github.com/alexgo-io/stacks-subnets.git
synced 2026-01-12 22:43:44 +08:00
add bin/blockstack-core and bin/blockstack-snapshots
This commit is contained in:
2
setup.py
2
setup.py
@@ -36,7 +36,7 @@ setup(
|
||||
description='Name registrations on the Bitcoin blockchain with external storage',
|
||||
keywords='blockchain bitcoin btc cryptocurrency name key value store data',
|
||||
packages=find_packages(),
|
||||
scripts=['bin/blockstack-server', 'bin/blockstack'],
|
||||
scripts=['bin/blockstack-server', 'bin/blockstack-core', 'bin/blockstack-snapshots', 'bin/blockstack'],
|
||||
download_url='https://github.com/blockstack/blockstore/archive/master.zip',
|
||||
zip_safe=False,
|
||||
include_package_data=True,
|
||||
|
||||
Reference in New Issue
Block a user