We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd87dee commit 41d195dCopy full SHA for 41d195d
2 files changed
demo.py
@@ -13,7 +13,7 @@
13
14
import marimo
15
16
-__generated_with = "0.14.0"
+__generated_with = "0.17.0"
17
app = marimo.App(width="medium")
18
19
pyproject.toml
@@ -2,9 +2,19 @@
2
requires = ["hatchling"]
3
build-backend = "hatchling.build"
4
5
+[tool.hatch.build.targets.sdist]
6
+include = [
7
+ "mofresh/",
8
+ "README.md",
9
+ "LICENSE",
10
+]
11
+
12
+[tool.hatch.build.targets.wheel]
+packages = ["mofresh"]
[project]
name = "mofresh"
-version = "0.2.3"
+version = "0.2.4"
authors = [
{ name = "Vincent Warmerdam" },
20
]
0 commit comments