We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d424bf5 commit 4333954Copy full SHA for 4333954
setup.cfg
@@ -12,15 +12,16 @@ classifiers =
12
13
[options]
14
python_requires = >=3.11
15
-package_dir =
16
- =fastcrawler
+# package_dir =
+# =fastcrawler
17
packages = find_namespace:
18
include_package_data = True
19
20
[options.packages.find]
21
-where = fastcrawler
+# where = fastcrawler
22
exclude =
23
test*
24
+ docs_src/
25
26
######################
27
# Tool configuration #
0 commit comments