Skip to content

Commit 4333954

Browse files
📦 🚑 Fix package location discovery
1 parent d424bf5 commit 4333954

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@ classifiers =
1212

1313
[options]
1414
python_requires = >=3.11
15-
package_dir =
16-
=fastcrawler
15+
# package_dir =
16+
# =fastcrawler
1717
packages = find_namespace:
1818
include_package_data = True
1919

2020
[options.packages.find]
21-
where = fastcrawler
21+
# where = fastcrawler
2222
exclude =
2323
test*
24+
docs_src/
2425

2526
######################
2627
# Tool configuration #

0 commit comments

Comments
 (0)