Skip to content

Commit 3761e3f

Browse files
committed
Update pyproject.toml
1 parent e5aad92 commit 3761e3f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@ authors = [
1010
{ name="Your Name", email="your.email@example.com" }
1111
]
1212
readme = "README.md"
13-
license = { file = "LICENSE" }
13+
license = "MIT"
1414
requires-python = ">=3.7"
1515
dependencies = [
1616
"duckduckgo-search>=4.4.2"
1717
]
1818

19+
[tool.setuptools.packages.find]
20+
include = ["better_scraper*"]
21+
1922
[project.urls]
2023
Homepage = "https://github.com/yourusername/better-scraper"

0 commit comments

Comments
 (0)