build: adjustments to build file for PyPi
This commit is contained in:
@@ -28,6 +28,9 @@ keywords = [
|
|||||||
"web-crawler",
|
"web-crawler",
|
||||||
"browser",
|
"browser",
|
||||||
"crawling",
|
"crawling",
|
||||||
|
"headless",
|
||||||
|
"scraper",
|
||||||
|
"chrome",
|
||||||
]
|
]
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
@@ -46,6 +49,7 @@ classifiers = [
|
|||||||
"Topic :: Text Processing :: Markup :: HTML",
|
"Topic :: Text Processing :: Markup :: HTML",
|
||||||
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
||||||
"Topic :: Software Development :: Libraries",
|
"Topic :: Software Development :: Libraries",
|
||||||
|
"Topic :: Software Development :: Libraries :: Application Frameworks",
|
||||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 3 :: Only",
|
"Programming Language :: Python :: 3 :: Only",
|
||||||
@@ -95,6 +99,8 @@ Changelog = "https://github.com/D4Vinci/Scrapling/releases"
|
|||||||
Documentation = "https://scrapling.readthedocs.io/en/latest/"
|
Documentation = "https://scrapling.readthedocs.io/en/latest/"
|
||||||
Repository = "https://github.com/D4Vinci/Scrapling"
|
Repository = "https://github.com/D4Vinci/Scrapling"
|
||||||
"Bug Tracker" = "https://github.com/D4Vinci/Scrapling/issues"
|
"Bug Tracker" = "https://github.com/D4Vinci/Scrapling/issues"
|
||||||
|
"Discord" = "https://discord.gg/EMgGbDceNQ"
|
||||||
|
"Release Notes" = "https://github.com/D4Vinci/Scrapling/releases"
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
scrapling = "scrapling.cli:main"
|
scrapling = "scrapling.cli:main"
|
||||||
|
|||||||
Reference in New Issue
Block a user