Move zero_ex.json_schemas to its own package
This commit is contained in:
@@ -171,9 +171,9 @@ setup(
|
||||
"ganache": GanacheCommand,
|
||||
},
|
||||
install_requires=[
|
||||
"0x-json-schemas",
|
||||
"eth-abi",
|
||||
"eth_utils",
|
||||
"jsonschema",
|
||||
"mypy_extensions",
|
||||
"web3",
|
||||
],
|
||||
@@ -198,7 +198,6 @@ setup(
|
||||
package_data={
|
||||
"zero_ex.order_utils": ["py.typed"],
|
||||
"zero_ex.contract_artifacts": ["artifacts/*"],
|
||||
"zero_ex.json_schemas": ["schemas/*"],
|
||||
},
|
||||
package_dir={"": "src"},
|
||||
license="Apache 2.0",
|
||||
|
Reference in New Issue
Block a user