Skip to content

Commit 0fb0c2a

Browse files
committed
Adopt src code layout
1 parent 94a2b0f commit 0fb0c2a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

setup.cfg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ keywords =
3030
[options]
3131
use_scm_version = True
3232
python_requires = >=3.8
33-
; package_dir =
34-
; = src
35-
; packages = find:
36-
37-
; [options.packages.find]
38-
; where = src
33+
package_dir =
34+
= src
35+
packages = find:
3936

4037
[options.extras_require]
4138
test =
4239
coverage>=6.3
4340
pytest-cov>=3.0.0
4441
pytest>=7.0.0
4542

43+
[options.packages.find]
44+
where = src
45+
4646
[options.package_data]
4747
vagrant = py.typed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)