File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,6 @@ classifiers = [
2020 " Programming Language :: Python :: 3" ,
2121 " Programming Language :: Python :: 3.11" ,
2222]
23-
24- [project .urls ]
25- Homepage = " https://github.com/SentienceAPI/sentience-python"
26- Repository = " https://github.com/SentienceAPI/sentience-python"
27- Issues = " https://github.com/SentienceAPI/sentience-python/issues"
28-
29- [project ]
3023dependencies = [
3124 " playwright>=1.40.0" ,
3225 " pydantic>=2.0.0" ,
@@ -35,6 +28,11 @@ dependencies = [
3528 " playwright-stealth>=1.0.6" , # Bot evasion and stealth mode
3629]
3730
31+ [project .urls ]
32+ Homepage = " https://github.com/SentienceAPI/sentience-python"
33+ Repository = " https://github.com/SentienceAPI/sentience-python"
34+ Issues = " https://github.com/SentienceAPI/sentience-python/issues"
35+
3836[project .scripts ]
3937sentience = " sentience.cli:main"
4038
@@ -47,4 +45,3 @@ dev = [
4745[tool .setuptools .packages .find ]
4846where = [" ." ]
4947include = [" sentience*" ]
50-
You can’t perform that action at this time.
0 commit comments