1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-26 11:16:44 +02:00

Revert "Add missing package bigchaindb.web to setup.py"

This commit is contained in:
Alberto Granzotto 2016-03-17 16:59:56 +01:00
parent fdd1f297a6
commit 6ea63903cb

View File

@ -56,7 +56,7 @@ setup(
'Operating System :: POSIX :: Linux',
],
packages=['bigchaindb', 'bigchaindb.commands', 'bigchaindb.db', 'bigchaindb.web'],
packages=['bigchaindb', 'bigchaindb.commands', 'bigchaindb.db'],
entry_points={
'console_scripts': [