We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f8ea9 commit e39ec51Copy full SHA for e39ec51
pyproject.toml
@@ -1,14 +1,13 @@
1
[build-system]
2
-requires = ["setuptools>=61.0", "setuptools-scm", "wheel"]
+requires = ["setuptools>=79.0", "setuptools-scm", "wheel"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "autoarray"
7
dynamic = ["version", "dependencies"]
8
description="PyAuto Data Structures"
9
readme = { file = "README.rst", content-type = "text/x-rst" }
10
-license = { text = "MIT License" }
11
-license-file = "LICENSE"
+license = { text = "MIT" }
12
requires-python = ">=3.9"
13
authors = [
14
{ name = "James Nightingale", email = "James.Nightingale@newcastle.ac.uk" },
0 commit comments