mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Merge branch 'develop' into revisions-to-admin-section-of-docs
This commit is contained in:
commit
7c0940b68d
9
setup.py
9
setup.py
@ -4,7 +4,7 @@ BigchainDB: A Scalable Blockchain Database
|
||||
For full docs visit https://bigchaindb.readthedocs.org
|
||||
|
||||
"""
|
||||
from setuptools import setup
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
tests_require = [
|
||||
'pytest',
|
||||
@ -56,12 +56,7 @@ setup(
|
||||
'Operating System :: POSIX :: Linux',
|
||||
],
|
||||
|
||||
packages=[
|
||||
'bigchaindb',
|
||||
'bigchaindb.commands',
|
||||
'bigchaindb.db',
|
||||
'bigchaindb.web'
|
||||
],
|
||||
packages=find_packages(exclude=['tests*']),
|
||||
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
Loading…
x
Reference in New Issue
Block a user