Skip to content

Commit

Permalink
remove unnecessary configuration from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Jan 6, 2024
1 parent e746500 commit aecc18e
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,6 @@ content-type = "text/x-rst"
[tool.setuptools.dynamic.version]
attr = "bmipy._version.__version__"

[tool.setuptools.package-data]
bmipy = [
"py.typed",
]

[tool.check-manifest]
ignore = [
".nox",
"build",
]

[tool.isort]
combine_as_imports = true
profile = "black"

[tool.mypy]
check_untyped_defs = true
disallow_any_generics = true
Expand Down Expand Up @@ -101,8 +86,3 @@ addopts = [
"--doctest-modules",
"-vvv",
]
doctest_optionflags = [
"NORMALIZE_WHITESPACE",
"IGNORE_EXCEPTION_DETAIL",
"ALLOW_UNICODE",
]

0 comments on commit aecc18e

Please sign in to comment.