Skip to content

Commit 8659d13

Browse files
committed
fix(pyproject): simplify and fix distribution
1 parent 4252866 commit 8659d13

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

pyproject.toml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,8 @@ homepage = "https://github.com/Diaoul/enzyme"
4949
repository = "https://github.com/Diaoul/enzyme"
5050
documentation = "https://enzyme.readthedocs.org"
5151

52-
[tool.setuptools]
53-
py-modules = ["enzyme"]
54-
include-package-data = true
55-
5652
[tool.setuptools.package-data]
57-
enzyme = ["py.typed", "parsers/ebml/specs/matroska.xml"]
58-
59-
[tool.setuptools.packages.find]
60-
namespaces = false
61-
where = ["."]
53+
"enzyme.parsers.ebml" = ["specs/matroska.xml"]
6254

6355
[tool.setuptools.dynamic]
6456
version = { attr = "enzyme.__version__" }
@@ -119,7 +111,6 @@ docstring-code-format = true
119111
minversion = "6.0"
120112
testpaths = ["tests"]
121113
addopts = "--doctest-glob='*.rst'"
122-
# markers = ["integration", "converter"]
123114
doctest_optionflags = ["NORMALIZE_WHITESPACE", "IGNORE_EXCEPTION_DETAIL"]
124115

125116
# https://coverage.readthedocs.io/en/latest/config.html

0 commit comments

Comments
 (0)