Skip to content

Commit c1a21a6

Browse files
liangyaning33Orbax Authors
authored and
Orbax Authors
committed
Internal
PiperOrigin-RevId: 733810632
1 parent 4a4ef2e commit c1a21a6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

checkpoint/pyproject.toml

+2-5
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ dynamic = ['version']
4141
[tool.flit.module]
4242
name = "orbax.checkpoint"
4343

44-
[tool.flit.sdist]
45-
exclude = [
46-
'**/BUILD',
47-
]
48-
4944
[project.urls]
5045
homepage = 'http://github.com/google/orbax'
5146
repository = 'http://github.com/google/orbax'
@@ -65,4 +60,6 @@ testing = [
6560
exclude = [
6661
# Do not release tests files on PyPI
6762
"**/*_test.py",
63+
'**/BUILD',
64+
6865
]

0 commit comments

Comments
 (0)