Skip to content

Commit

Permalink
Include the streamlit extension in sdist and wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed May 26, 2024
1 parent 877a4d8 commit 4b92aad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ build_cmd = "build"
npm = ["npm"]

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

[tool.hatch.build.targets.wheel]
artifacts = ["src/itables/html/dt_bundle.js", "src/itables/html/dt_bundle.css"]
artifacts = ["src/itables/html/dt_bundle.js", "src/itables/html/dt_bundle.css", "src/itables/itables_for_streamlit/*"]
2 changes: 1 addition & 1 deletion src/itables/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""ITables' version number"""

__version__ = "2.1.0rc1"
__version__ = "2.1.0rc2"

0 comments on commit 4b92aad

Please sign in to comment.