File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,23 @@ maintainers = [
13
13
]
14
14
description = " matplotlibを日本語表示に対応させます。"
15
15
readme = " README.md"
16
+ license = " MIT AND IPA"
16
17
classifiers = [
18
+ " Development Status :: 5 - Production/Stable" ,
19
+ " Framework :: Matplotlib" ,
20
+ " Intended Audience :: Education" ,
21
+ " Intended Audience :: Science/Research" ,
17
22
" 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" ,
18
33
]
19
34
20
35
[project .urls ]
You can’t perform that action at this time.
0 commit comments