WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit f197cf7

Browse files
lukmazThe Meridian Authors
authored andcommitted
Remove 'schema' build rule.
PiperOrigin-RevId: 830599104
1 parent e902b0e commit f197cf7

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pyproject.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,6 @@ jax = [
8383
"tensorflow-probability[substrates-jax]==0.25.0",
8484
]
8585

86-
# MMM schema, only works with `pip install .[schema]`
87-
schema = [
88-
# TODO: publish a schema package to pypi
89-
"mmm-proto-schema @ file:./proto",
90-
"semver",
91-
]
92-
9386
[tool.pyink]
9487
# Formatting configuration to follow Google style-guide
9588
line-length = 80
@@ -110,7 +103,7 @@ build-backend = "setuptools.build_meta"
110103
include-package-data = true
111104

112105
[tool.setuptools.packages.find]
113-
include = ["meridian*", "schema*"]
106+
include = ["meridian*"]
114107
exclude = ["*test"]
115108

116109
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)