Skip to content

Commit 4b92aad

Browse files
committed
Include the streamlit extension in sdist and wheel
1 parent 877a4d8 commit 4b92aad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ build_cmd = "build"
8888
npm = ["npm"]
8989

9090
[tool.hatch.build.targets.sdist]
91-
artifacts = ["src/itables/html/dt_bundle.js", "src/itables/html/dt_bundle.css"]
91+
artifacts = ["src/itables/html/dt_bundle.js", "src/itables/html/dt_bundle.css", "src/itables/itables_for_streamlit/*"]
9292

9393
[tool.hatch.build.targets.wheel]
94-
artifacts = ["src/itables/html/dt_bundle.js", "src/itables/html/dt_bundle.css"]
94+
artifacts = ["src/itables/html/dt_bundle.js", "src/itables/html/dt_bundle.css", "src/itables/itables_for_streamlit/*"]

src/itables/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""ITables' version number"""
22

3-
__version__ = "2.1.0rc1"
3+
__version__ = "2.1.0rc2"

0 commit comments

Comments
 (0)