summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorLoic Guegan <loic.guegan@mailbox.org>2023-11-10 12:47:20 +0100
committerLoic Guegan <loic.guegan@mailbox.org>2023-11-10 12:47:20 +0100
commit655d1df4d129b9849a6e52dd91af46e86f1ffc17 (patch)
treea0bdf2d05742f968d6deb4f821a1c1e2f2315542 /pyproject.toml
parentbb65f367fc39615187272422b298bb4a9314588a (diff)
Update project
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 06c8e07..d2531a1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,8 +10,8 @@ keywords = ["simulator","distributed systems","cyber-physical","systems","networ
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
-[tool.setuptools]
-packages = ["esds"]
+[tool.setuptools.packages.find]
+exclude = ["tests*","env*","example*","manual*"]
[tool.setuptools.dynamic]
version = {attr = "esds.__version__"}