We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa497a commit f786cfbCopy full SHA for f786cfb
pyproject.toml
@@ -27,16 +27,18 @@ test = [
27
]
28
29
[tool.setuptools]
30
+package-dir = {'' = 'src'}
31
include-package-data = true
32
-[tool.setuptools.dynamic]
33
-version = {attr = 'aoc.__version__'}
34
-
35
[tool.setuptools.packages.find]
36
where = ['src']
+include = ['aoc*']
37
exclude = ['docs', 'tests']
38
namespaces = false
39
+[tool.setuptools.dynamic]
40
+version = {attr = 'aoc.__version__'}
41
+
42
[tool.mypy]
43
check_untyped_defs = true
44
disallow_any_generics = true
0 commit comments