summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Stepanov <penguinolog@users.noreply.github.com>2023-04-18 17:54:39 +0200
committerGitHub <noreply@github.com>2023-04-18 17:54:39 +0200
commit46f104b5b4fa22ccb04ba0f04be24bb7c4f7f7fe (patch)
tree35b062c2db1ac7eb2986ebc35e4a4c9ff97189e3
parentd1710f0983e86dc5ec06efec6e94f3b6d204bbb3 (diff)
downloadurwid-46f104b5b4fa22ccb04ba0f04be24bb7c4f7f7fe.tar.gz
Buildsystem: use autodetect for packages instead of explicit listing (#539)
* Fix issues, when new packages created, but not listed explicit Co-authored-by: Aleksei Stepanov <alekseis@nvidia.com>
-rw-r--r--pyproject.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3992e6b..ca21353 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,10 +30,12 @@ zip-safe = false
[tool.setuptools.packages.find]
exclude = [
"doc",
+ "docs",
+ "examples",
"test",
+ "bin",
".*"
]
-include = ["urwid", 'urwid.tests']
namespaces = false
[tool.setuptools.dynamic]