Skip to content

Commit 5aea3ee

Browse files
authored
Merge pull request #59 from nesalia-inc/fix/add-pypi-metadata
fix: add PyPI metadata to pyproject.toml
2 parents 92271b6 + 0d3e2ba commit 5aea3ee

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/typemap/pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ requires-python = ">=3.14"
66
dependencies = [
77
"typing_extensions>=4.0",
88
]
9+
readme = "README.md"
10+
authors = [
11+
{ name = "Nesalia Inc.", email = "support@nesalia.com" },
12+
]
13+
classifiers = [
14+
"License :: OSI Approved :: MIT License",
15+
"Programming Language :: Python :: 3.14",
16+
"Operating System :: OS Independent",
17+
]
918

1019
[dependency-groups]
1120
dev = [

0 commit comments

Comments
 (0)