Skip to content

Commit 5b142fa

Browse files
committed
Update pyproject.toml
1 parent 0a4f435 commit 5b142fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Fetch and normalize parameterized URLs from the Internet Archive
99
readme = "README.md"
1010
requires-python = ">=3.9"
1111
license = {text = "GPL-3.0"}
12-
authors = [{name = "Your Name"}]
12+
authors = [{name = "Aleff"}]
1313
keywords = ["osint", "wayback", "url", "parameters", "security"]
1414
classifiers = [
1515
"Programming Language :: Python :: 3",
@@ -35,9 +35,9 @@ dev = [
3535
wayparam = "wayparam.cli:main"
3636

3737
[project.urls]
38-
Homepage = "https://example.com"
39-
Repository = "https://example.com"
40-
Issues = "https://example.com"
38+
Homepage = "https://aleff-github.github.io/wayparam/"
39+
Repository = "https://github.com/aleff-github/wayparam"
40+
Issues = "https://github.com/aleff-github/wayparam/issues"
4141

4242
[tool.setuptools.packages.find]
4343
where = ["src"]

0 commit comments

Comments
 (0)