diff options
Diffstat (limited to 'python_scripts/pyproject.toml')
| -rw-r--r-- | python_scripts/pyproject.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python_scripts/pyproject.toml b/python_scripts/pyproject.toml new file mode 100644 index 00000000..f9864016 --- /dev/null +++ b/python_scripts/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "python_scripts" +version = "0.1" +dynamic = ["version"] +description = "My python scripts" +readme = "README.md" +license = "GPL-3.0-or-later" |
