mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Use find_packages
This commit is contained in:
parent
6ea63903cb
commit
6e60a38a99
4
setup.py
4
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,7 +56,7 @@ setup(
|
|||||||
'Operating System :: POSIX :: Linux',
|
'Operating System :: POSIX :: Linux',
|
||||||
],
|
],
|
||||||
|
|
||||||
packages=['bigchaindb', 'bigchaindb.commands', 'bigchaindb.db'],
|
packages=find_packages(),
|
||||||
|
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user