mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-01 21:00:48 +08:00
fix: pyproject
This commit is contained in:
parent
7a5764e3fd
commit
76ac0a2141
@ -108,30 +108,28 @@ screenshot_scraper = [
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling>=1.0.0"]
|
||||
requires = ["hatchling>=1.0.0", "hatch-vcs"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.version]
|
||||
path = "pyproject.toml"
|
||||
|
||||
[tool.hatch.build]
|
||||
include = [
|
||||
"scrapegraphai/**/*.py",
|
||||
"scrapegraphai/**/*.typed",
|
||||
"/tests",
|
||||
]
|
||||
packages = ["scrapegraphai"]
|
||||
exclude = [
|
||||
"tests/**",
|
||||
"examples/**",
|
||||
]
|
||||
|
||||
[tool.hatch.version]
|
||||
source = "vcs"
|
||||
|
||||
[tool.hatch.build.hooks.vcs]
|
||||
version-file = "scrapegraphai/_version.py"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["scrapegraphai"]
|
||||
|
||||
[tool.hatch.build.targets.sdist]
|
||||
include = [
|
||||
"/scrapegraphai",
|
||||
"/tests",
|
||||
"pyproject.toml",
|
||||
"README.md",
|
||||
"LICENSE",
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
"""
|
||||
__init__.py file for scrapegraphai folder
|
||||
"""
|
||||
__version__ = "1.33.5"
|
||||
__version__ = "1.33.7"
|
||||
|
||||
3
scrapegraphai/_version.py
Normal file
3
scrapegraphai/_version.py
Normal file
@ -0,0 +1,3 @@
|
||||
"""Version information."""
|
||||
__version__ = "1.33.7"
|
||||
version = __version__
|
||||
Loading…
Reference in New Issue
Block a user