File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " datalab-kernel"
7- version = " 0.1.0"
87description = " A standalone Jupyter kernel for DataLab with optional live synchronization"
98readme = " README.md"
109license = {text = " BSD-3-Clause" }
@@ -36,6 +35,7 @@ dependencies = [
3635 " matplotlib>=3.5" ,
3736 " sigima>=1.0" ,
3837]
38+ dynamic = [" version" ]
3939
4040[project .optional-dependencies ]
4141dev = [
@@ -67,6 +67,9 @@ datalab-kernel-install = "datalab_kernel.install:main"
6767where = [" ." ]
6868include = [" datalab_kernel*" ]
6969
70+ [tool .setuptools .dynamic ]
71+ version = { attr = " datalab_kernel.__version__" }
72+
7073[tool .pytest .ini_options ]
7174testpaths = [" datalab_kernel/tests" ]
7275python_files = [" *_test.py" , " test_*.py" ]
You can’t perform that action at this time.
0 commit comments