Skip to content

Commit 1d5fa4f

Browse files
committed
fix(pyprojec.toml): Corrected invalid email and urls.
1 parent 2321825 commit 1d5fa4f

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
@@ -3,7 +3,7 @@ name = "motrackers"
33
version = "0.0.1"
44
description = "Multi-object trackers in Python"
55
authors = [
6-
{name = "Aditya M. Deshpande", email = "[[email protected]](mailto:[email protected])"},
6+
{name = "Aditya M. Deshpande", email = "[email protected]"},
77
]
88
license = {file = "LICENSE.txt"}
99
readme = "[README.md](http://readme.md/)"
@@ -27,8 +27,8 @@ dependencies = [
2727
]
2828

2929
[project.urls]
30-
homepath = "[https://adipandas.github.io/multi-object-tracker/](https://adipandas.github.io/multi-object-tracker/)"
31-
repository = "[https://github.com/adipandas/multi-object-tracker](https://github.com/adipandas/multi-object-tracker)"
30+
homepath = "https://adipandas.github.io/multi-object-tracker"
31+
repository = "https://github.com/adipandas/multi-object-tracker"
3232

3333
[build-system]
3434
requires = ["setuptools", "wheel"]

0 commit comments

Comments
 (0)