We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5aad92 commit 3761e3fCopy full SHA for 3761e3f
1 file changed
pyproject.toml
@@ -10,11 +10,14 @@ authors = [
10
{ name="Your Name", email="your.email@example.com" }
11
]
12
readme = "README.md"
13
-license = { file = "LICENSE" }
+license = "MIT"
14
requires-python = ">=3.7"
15
dependencies = [
16
"duckduckgo-search>=4.4.2"
17
18
19
+[tool.setuptools.packages.find]
20
+include = ["better_scraper*"]
21
+
22
[project.urls]
23
Homepage = "https://github.com/yourusername/better-scraper"
0 commit comments