File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -49,16 +49,8 @@ homepage = "https://github.com/Diaoul/enzyme"
49
49
repository = " https://github.com/Diaoul/enzyme"
50
50
documentation = " https://enzyme.readthedocs.org"
51
51
52
- [tool .setuptools ]
53
- py-modules = [" enzyme" ]
54
- include-package-data = true
55
-
56
52
[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" ]
62
54
63
55
[tool .setuptools .dynamic ]
64
56
version = { attr = " enzyme.__version__" }
@@ -119,7 +111,6 @@ docstring-code-format = true
119
111
minversion = " 6.0"
120
112
testpaths = [" tests" ]
121
113
addopts = " --doctest-glob='*.rst'"
122
- # markers = ["integration", "converter"]
123
114
doctest_optionflags = [" NORMALIZE_WHITESPACE" , " IGNORE_EXCEPTION_DETAIL" ]
124
115
125
116
# https://coverage.readthedocs.io/en/latest/config.html
You can’t perform that action at this time.
0 commit comments