Skip to content

Commit 6b211e9

Browse files
github actions adjustments
1 parent dd91aab commit 6b211e9

File tree

2 files changed

+4
-48
lines changed

2 files changed

+4
-48
lines changed

pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,10 @@ platform_specific = [
125125
]
126126

127127
[tool.setuptools]
128-
packages = ["src"]
128+
[tool.setuptools.packages.find]
129+
where = ["src"]
130+
include = ["*"]
131+
exclude = ["tests*", "docs*"]
129132

130133
# Code formatting
131134
[tool.black]

setup.py

-47
This file was deleted.

0 commit comments

Comments
 (0)