mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-01 21:00:48 +08:00
fix: removed license for license-files
This commit is contained in:
parent
841c9e64eb
commit
b5acfb4143
@ -41,10 +41,12 @@ dependencies = [
|
|||||||
"scrapegraph-py>=1.7.0"
|
"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-files = [
|
||||||
"LICENSE"
|
"LICENSE",
|
||||||
]
|
]
|
||||||
|
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
homepage = "https://scrapegraphai.com/"
|
homepage = "https://scrapegraphai.com/"
|
||||||
repository = "https://github.com/ScrapeGraphAI/Scrapegraph-ai"
|
repository = "https://github.com/ScrapeGraphAI/Scrapegraph-ai"
|
||||||
|
|||||||
2
uv.lock
2
uv.lock
@ -4081,7 +4081,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "scrapegraphai"
|
name = "scrapegraphai"
|
||||||
version = "1.34.0b8"
|
version = "1.34.0b10"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "async-timeout", version = "4.0.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.12'" },
|
{ name = "async-timeout", version = "4.0.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.12'" },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user