Skip to content

Commit 0ee3bc3

Browse files
committed
Update pyproject.toml
1 parent b28a664 commit 0ee3bc3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=51.0", "wheel"]
2+
requires = ["setuptools>=80.0.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -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)