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