mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 09:44:11 +01:00
18 lines
348 B
Diff
18 lines
348 B
Diff
diff --git a/pyproject.toml b/pyproject.toml
|
|
index 34680b2..95f573c 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -37,10 +37,9 @@ test = [
|
|
"testtools>=2.2.0", # MIT
|
|
]
|
|
|
|
-[tool.setuptools]
|
|
-packages = [
|
|
- "osc_lib"
|
|
-]
|
|
+[tool.setuptools.packages.find]
|
|
+where = ["."]
|
|
+include = ["osc_lib*"]
|
|
|
|
[tool.mypy]
|
|
show_column_numbers = true
|