Skip to content

Commit 20c9488

Browse files
authored
update package metadata
1 parent 9c69d09 commit 20c9488

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,23 @@ maintainers = [
1313
]
1414
description = "matplotlibを日本語表示に対応させます。"
1515
readme = "README.md"
16+
license = "MIT AND IPA"
1617
classifiers = [
18+
"Development Status :: 5 - Production/Stable",
19+
"Framework :: Matplotlib",
20+
"Intended Audience :: Education",
21+
"Intended Audience :: Science/Research",
1722
"License :: OSI Approved :: MIT License",
23+
"Natural Language :: Japanese",
24+
"Programming Language :: Python",
25+
"Programming Language :: Python :: 3.7",
26+
"Programming Language :: Python :: 3.8",
27+
"Programming Language :: Python :: 3.9",
28+
"Programming Language :: Python :: 3.10",
29+
"Programming Language :: Python :: 3.11",
30+
"Programming Language :: Python :: 3.12",
31+
"Programming Language :: Python :: 3.13",
32+
"Topic :: Scientific/Engineering :: Visualization",
1833
]
1934

2035
[project.urls]

0 commit comments

Comments
 (0)