11[build-system ]
2- requires = [" setuptools>=51 .0" , " wheel" ]
2+ requires = [" setuptools>=80.0 .0" , " wheel" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
@@ -8,21 +8,22 @@ version = "0.4"
88authors = [
99 {name = " Colin Gilgenbach" , email = " hexane@mit.edu" },
1010]
11- license = {file = " LICENSE.txt" }
1211description = " A modern, extensible library for creating atomic structures"
1312readme = " README.md"
1413keywords = [" science" , " atoms" , " materials" , " chemistry" ]
14+ license = " MPL-2.0"
15+ license-files = [" LICENSE.txt" ]
1516classifiers = [
1617 " Programming Language :: Python :: 3" ,
1718 " Programming Language :: Python :: 3 :: Only" ,
1819 " Programming Language :: Python :: 3.9" ,
1920 " Programming Language :: Python :: 3.10" ,
2021 " Programming Language :: Python :: 3.11" ,
2122 " Programming Language :: Python :: 3.12" ,
23+ " Programming Language :: Python :: 3.13" ,
2224 " Development Status :: 4 - Beta" ,
2325 " Intended Audience :: Science/Research" ,
2426 " Topic :: Scientific/Engineering :: Physics" ,
25- " License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)" ,
2627 " Typing :: Typed" ,
2728]
2829
0 commit comments