Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 7f9d1af

Browse files
gilesknapcoretl
authored andcommitted
Add explanation of =src in setup.cfg
1 parent d3ea7f2 commit 7f9d1af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ classifiers =
1717
[options]
1818
python_requires = >=3.7
1919
packages = find:
20+
# =src is interpreted as {"": "src"}
21+
# as per recommendation here https://hynek.me/articles/testing-packaging/
2022
package_dir =
2123
=src
24+
2225
# Specify any package dependencies below.
2326
# install_requires =
2427
# numpy

0 commit comments

Comments
 (0)