We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb88595 commit 38412ddCopy full SHA for 38412dd
1 file changed
datashare-python/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "datashare-python"
3
-version = "0.2.17"
+version = "0.2.18"
4
description = "Manage Pythoœn tasks and local resources in Datashare"
5
authors = [
6
{ name = "Clément Doumouro", email = "cdoumouro@icij.org" },
@@ -33,7 +33,10 @@ Issues = "https://github.com/ICIJ/datashare-python/issues"
33
datashare-python = "datashare_python.__main__:main"
34
35
[build-system]
36
-requires = ["hatchling"]
+requires = [
37
+ "hatchling",
38
+ "tomlkit==0.14.0"
39
+]
40
build-backend = "hatchling.build"
41
42
[tool.hatch.build.hooks.custom]
0 commit comments