summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-08-31 18:12:02 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2022-08-31 18:12:02 +0200
commit8d54d6b45ae4dc528f0e05df24fe47cce10d858c (patch)
treeeede6f0d5cdada86d027e90461f86d2a2b2db1a1
parentf85805f9016ccc768e524fcc3fcc3d247a9064ac (diff)
Debug package setup
-rw-r--r--pyproject.toml9
1 files changed, 8 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 7fd26b9..3c16784 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,10 @@
+[project]
+name = "esds"
+version = "0.0.1"
+
[build-system]
requires = ["setuptools"]
-build-backend = "setuptools.build_meta" \ No newline at end of file
+build-backend = "setuptools.build_meta"
+
+[tool.setuptools]
+packages = ["esds"] \ No newline at end of file