Skip to content

Commit d4596ea

Browse files
committed
fix actions
1 parent 2cd9b54 commit d4596ea

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

pyproject.toml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff 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]
3023
dependencies = [
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]
3937
sentience = "sentience.cli:main"
4038

@@ -47,4 +45,3 @@ dev = [
4745
[tool.setuptools.packages.find]
4846
where = ["."]
4947
include = ["sentience*"]
50-

0 commit comments

Comments
 (0)