Skip to content

Commit 1c668a6

Browse files
authored
Modify authors and update project URLs in pyproject.toml
Updated author name and email, changed project URLs.
1 parent 0cd25ad commit 1c668a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.7"
1111
license = "MIT"
1212
authors = [
13-
{name = "Pymmdrza", email = "pymmdrza@gmail.com"}
13+
{name = "Mmdrza", email = "pymmdrza@gmail.com"}
1414
]
1515
maintainers = [
1616
{name = "Mmdrza", email = "pymmdrza@gmail.com"}
@@ -75,8 +75,8 @@ dev = [
7575
]
7676

7777
[project.urls]
78-
Homepage = "https://github.com/Pymmdrza/spyhunt"
79-
Documentation = "https://github.com/Pymmdrza/spyhunt#readme"
78+
Homepage = "https://spyhunt.readthedocs.io/"
79+
Documentation = "https://spyhunt.readthedocs.io/en/latest/"
8080
Repository = "https://github.com/Pymmdrza/spyhunt"
8181
"Bug Reports" = "https://github.com/Pymmdrza/spyhunt/issues"
8282

0 commit comments

Comments
 (0)