Skip to content

Commit e39ec51

Browse files
Jammy2211Jammy2211
authored andcommitted
pyprojecttoml
1 parent 12f8ea9 commit e39ec51

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
[build-system]
2-
requires = ["setuptools>=61.0", "setuptools-scm", "wheel"]
2+
requires = ["setuptools>=79.0", "setuptools-scm", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "autoarray"
77
dynamic = ["version", "dependencies"]
88
description="PyAuto Data Structures"
99
readme = { file = "README.rst", content-type = "text/x-rst" }
10-
license = { text = "MIT License" }
11-
license-file = "LICENSE"
10+
license = { text = "MIT" }
1211
requires-python = ">=3.9"
1312
authors = [
1413
{ name = "James Nightingale", email = "James.Nightingale@newcastle.ac.uk" },

0 commit comments

Comments
 (0)