diff --git a/pyproject.toml b/pyproject.toml index 41af2800..594ad6d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,10 +41,12 @@ dependencies = [ "scrapegraph-py>=1.7.0" ] -license = "MIT" +# License Information. +# See PEP-639 at https://peps.python.org/pep-0639/#add-license-files-key license-files = [ - "LICENSE" + "LICENSE", ] + readme = "README.md" homepage = "https://scrapegraphai.com/" repository = "https://github.com/ScrapeGraphAI/Scrapegraph-ai" diff --git a/uv.lock b/uv.lock index 59a2afe4..5d297abc 100644 --- a/uv.lock +++ b/uv.lock @@ -4081,7 +4081,7 @@ wheels = [ [[package]] name = "scrapegraphai" -version = "1.34.0b8" +version = "1.34.0b10" source = { editable = "." } dependencies = [ { name = "async-timeout", version = "4.0.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.12'" },