Skip to content

Commit 213df22

Browse files
add python package metadata
1 parent d9faa32 commit 213df22

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,17 @@ classifiers = [
1212
"Programming Language :: Python :: Implementation :: CPython",
1313
"Programming Language :: Python :: Implementation :: PyPy",
1414
]
15+
maintainers = [
16+
{name = "Roman Tolkachyov", email = "roman@tolkachyov.name"}
17+
]
18+
license = "MIT"
1519
dynamic = ["version"]
20+
keywords = ["routing", "web", "url", "rust", "matchit", "bindings"]
21+
22+
[project.urls]
23+
github = "https://github.com/romantolkachyov/python-matchit"
24+
releasenotes = "https://github.com/romantolkachyov/python-matchit/releases"
25+
issues = "https://github.com/romantolkachyov/python-matchit/issues"
1626

1727
[dependency-groups]
1828
dev = [

0 commit comments

Comments
 (0)