feat(cli): adding terminal command scrapling install

Instead of making users install browsers by themself
This commit is contained in:
Karim shoair
2024-12-26 19:46:22 +02:00
parent 2006be2173
commit 03b52aa74c
4 changed files with 48 additions and 0 deletions
+6
View File
@@ -20,6 +20,11 @@ setup(
package_dir={
"scrapling": "scrapling",
},
entry_points={
'console_scripts': [
'scrapling=scrapling.cli:main'
],
},
include_package_data=True,
classifiers=[
"Operating System :: OS Independent",
@@ -50,6 +55,7 @@ setup(
"requests>=2.3",
"lxml>=4.5",
"cssselect>=1.2",
'click',
"w3lib",
"orjson>=3",
"tldextract",