Skip to content

Commit 9e561e8

Browse files
committed
Update package structure to use src layout
1 parent ac03979 commit 9e561e8

File tree

11 files changed

+2
-4
lines changed

11 files changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@ classifiers = [
3131
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
3232
]
3333

34-
[project.optional-dependencies]
35-
36-
[tool.setuptools]
37-
packages = ["shelloracle", "shelloracle.config", "shelloracle.providers"]
34+
[tool.setuptools.packages.find]
35+
where = ["src"]
3836

3937
[tool.setuptools_scm]
4038

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)