File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,19 @@ keywords = [
41
41
" power electronics" ,
42
42
]
43
43
classifiers = [
44
+ " Environment :: Console" ,
45
+ " Natural Language :: English" ,
46
+ " Intended Audience :: Education" ,
47
+ " Intended Audience :: Science/Research" ,
44
48
" Development Status :: 5 - Production/Stable" ,
45
49
" License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)" ,
46
- " Intended Audience :: Science/Research" ,
47
50
" Operating System :: OS Independent" ,
48
51
" Programming Language :: Python :: 3" ,
52
+ " Programming Language :: Unix Shell" ,
49
53
" Topic :: Scientific/Engineering" ,
50
- " Natural Language :: English" ,
51
- " Environment :: Console" ,
54
+ " Topic :: Scientific/Engineering :: Physics" ,
55
+ " Topic :: Scientific/Engineering :: Mathematics" ,
56
+ " Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)" ,
52
57
]
53
58
dependencies = [
54
59
" scilogger >= 1.2.4" ,
You can’t perform that action at this time.
0 commit comments