diff --git a/AUTHORS b/AUTHORS index 4caf02b..635f47d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -9,6 +9,7 @@ Contributors * Erik Cederstrand * Frédéric Mangano-Tarumi * Greg Sadetsky +* Karel Kočí * Matt Layman * Måns Ansgariusson - ARM Sweden * meejah (https://meejah.ca) diff --git a/pyproject.toml b/pyproject.toml index 940540c..97b9a37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,11 +47,9 @@ include = [ "/docs", "/tests", ] -sources = ["src"] [tool.hatch.build.targets.wheel] -sources = ["src"] -packages = ["pytest_tap"] +packages = ["src/pytest_tap"] [tool.pytest.ini_options] pythonpath = [".", "src"]