@@ -8,27 +8,24 @@ dynamic = ["version"]
88authors = [
99 { name = " Paul Romano" , email = " paul.k.romano@gmail.com" },
1010]
11- license = { file = " LICENSE " }
11+ license = " MIT "
1212description = " Python interface to ENDF-6 files"
1313readme = " README.md"
1414classifiers = [
1515 " Development Status :: 3 - Alpha" ,
1616 " Intended Audience :: Developers" ,
1717 " Intended Audience :: End Users/Desktop" ,
1818 " Intended Audience :: Science/Research" ,
19- " License :: OSI Approved :: MIT License" ,
2019 " Natural Language :: English" ,
2120 " Operating System :: OS Independent" ,
2221 " Topic :: Scientific/Engineering" ,
2322 " Programming Language :: Python :: 3" ,
24- " Programming Language :: Python :: 3.8" ,
25- " Programming Language :: Python :: 3.9" ,
2623 " Programming Language :: Python :: 3.10" ,
2724 " Programming Language :: Python :: 3.11" ,
2825 " Programming Language :: Python :: 3.12" ,
2926 " Programming Language :: Python :: 3.13" ,
3027]
31- requires-python = " >=3.9 "
28+ requires-python = " >=3.10 "
3229dependencies = [
3330 " numpy" ,
3431 " uncertainties" ,
0 commit comments