diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-11-10 12:47:20 +0100 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-11-10 12:47:20 +0100 |
| commit | 655d1df4d129b9849a6e52dd91af46e86f1ffc17 (patch) | |
| tree | a0bdf2d05742f968d6deb4f821a1c1e2f2315542 /pyproject.toml | |
| parent | bb65f367fc39615187272422b298bb4a9314588a (diff) | |
Update project
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
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__"} |
