Skip to content

Commit

Permalink
Update pyproject.toml, fix project.urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayjest authored Jun 20, 2024
1 parent 4d43eee commit f0bbfa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ maintainers = [
license = { file = "LICENSE" }

[project.urls]
"Source Code" = "https://github.com/ai-microcore/microcore"
"Source Code" = "https://github.com/Nayjest/ai-microcore"

[tool.flit.module]
name = "microcore"
Expand All @@ -50,4 +50,4 @@ testpaths = [
filterwarnings = [
"ignore:Deprecated call to `pkg_resources\\.declare_namespace\\('.*'\\):DeprecationWarning",
"ignore::DeprecationWarning:google.rpc",
]
]

0 comments on commit f0bbfa2

Please sign in to comment.