Skip to content

Commit 41d195d

Browse files
committed
better
1 parent bd87dee commit 41d195d

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
import marimo
1515

16-
__generated_with = "0.14.0"
16+
__generated_with = "0.17.0"
1717
app = marimo.App(width="medium")
1818

1919

pyproject.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22
requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

5+
[tool.hatch.build.targets.sdist]
6+
include = [
7+
"mofresh/",
8+
"README.md",
9+
"LICENSE",
10+
]
11+
12+
[tool.hatch.build.targets.wheel]
13+
packages = ["mofresh"]
14+
515
[project]
616
name = "mofresh"
7-
version = "0.2.3"
17+
version = "0.2.4"
818
authors = [
919
{ name = "Vincent Warmerdam" },
1020
]

0 commit comments

Comments
 (0)