File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- __version__ = "1.1.0 "
1+ __version__ = "2.0.1 "
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ build-backend = "hatchling.build"
88name = " pyjs-code-runner"
99description = " A driver to run wasm code from an emscripten-forge coda env like normal python code"
1010readme = " README.md"
11+ license = { file = " LICENSE" }
1112authors = [
1213 {
name =
" Thorsten Beier" ,
email =
" [email protected] " },
1314]
@@ -27,10 +28,10 @@ dependencies = [
2728 " rich" ,
2829 " typer" ,
2930]
30- version = " 2.0.1 "
31+ dynamic = [ " version " ]
3132
32- [project . license ]
33- file = " LICENSE "
33+ [tool . hatch . version ]
34+ path = " pyjs_code_runner/version.py "
3435
3536[project .scripts ]
3637pyjs_code_runner = " pyjs_code_runner.cli.main:app"
You can’t perform that action at this time.
0 commit comments