Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix(pyprojec.toml): Corrected invalid email and urls.
  • Loading branch information
edavalosanaya committed May 9, 2023
commit 1d5fa4f898f3eee158546ee0b2105a068f011b0d
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "motrackers"
version = "0.0.1"
description = "Multi-object trackers in Python"
authors = [
{name = "Aditya M. Deshpande", email = "[[email protected]](mailto:[email protected])"},
{name = "Aditya M. Deshpande", email = "[email protected]"},
]
license = {file = "LICENSE.txt"}
readme = "[README.md](http://readme.md/)"
Expand All @@ -27,8 +27,8 @@ dependencies = [
]

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

[build-system]
requires = ["setuptools", "wheel"]
Expand Down