Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
district10 committed Nov 28, 2023
1 parent e0f8d62 commit 5ce9944
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = "0.1.1"
description="c++/python version of coordtransform"
readme = "README.md"
authors = [
{ name = "My Name", email = "me@email.com" },
{ name = "district10", email = "dvorak4tzx@gmail.com" },
]
requires-python = ">=3.7"
classifiers = [
Expand All @@ -22,6 +22,8 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
[project.urls]
Homepage = "https://github.com/cubao/pybind11_coordtransform"

[project.optional-dependencies]
test = ["pytest"]
Expand Down

0 comments on commit 5ce9944

Please sign in to comment.