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
|
For full docs visit https://bigchaindb.readthedocs.org
|
||||||
|
|
||||||
"""
|
"""
|
||||||
from setuptools import setup
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
tests_require = [
|
tests_require = [
|
||||||
'pytest',
|
'pytest',
|
||||||
@ -56,12 +56,7 @@ setup(
|
|||||||
'Operating System :: POSIX :: Linux',
|
'Operating System :: POSIX :: Linux',
|
||||||
],
|
],
|
||||||
|
|
||||||
packages=[
|
packages=find_packages(exclude=['tests*']),
|
||||||
'bigchaindb',
|
|
||||||
'bigchaindb.commands',
|
|
||||||
'bigchaindb.db',
|
|
||||||
'bigchaindb.web'
|
|
||||||
],
|
|
||||||
|
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user