Skip to content

Commit b497bf0

Browse files
committed
Switch to src layout to fix packaging
1 parent d19eaa2 commit b497bf0

23 files changed

+6
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ build-backend = "setuptools.build_meta"
55
[tool.isort]
66
profile = "black"
77
known_first_party = [
8-
"matrix_content_scanner",
8+
"src",
99
"tests"
1010
]

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ classifiers =
99
License :: OSI Approved :: Apache Software License
1010

1111
[options]
12-
packages =
13-
matrix_content_scanner
12+
package_dir = =src
1413
python_requires = >= 3.8
1514
install_requires =
1615
attrs
File renamed without changes.

0 commit comments

Comments
 (0)