We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f3e26 commit 32383c4Copy full SHA for 32383c4
2 files changed
datashare-python/datashare_python/template.py
@@ -76,7 +76,7 @@ def _update_pyproject_toml(
76
77
project = pyproject_toml["project"]
78
project["authors"] = []
79
- project["urls"] = []
+ project.pop("urls")
80
project["dependencies"] = sorted(
81
d
82
for d in project["dependencies"]
datashare-python/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "datashare-python"
3
-version = "0.2.22"
+version = "0.2.23"
4
description = "Manage Pythoœn tasks and local resources in Datashare"
5
authors = [
6
{ name = "Clément Doumouro", email = "cdoumouro@icij.org" },
0 commit comments