Skip to content

Commit b024bee

Browse files
committed
Update pyproject.toml
1 parent b28a664 commit b024bee

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,22 @@ version = "0.4"
88
authors = [
99
{name = "Colin Gilgenbach", email = "hexane@mit.edu"},
1010
]
11-
license = {file = "LICENSE.txt"}
1211
description = "A modern, extensible library for creating atomic structures"
1312
readme = "README.md"
1413
keywords = ["science", "atoms", "materials", "chemistry"]
14+
license = "MPL-2.0"
15+
license-files = ["LICENSE.txt"]
1516
classifiers = [
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

Comments
 (0)