We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e254c0 + 547dc06 commit 34a14ceCopy full SHA for 34a14ce
1 file changed
pyproject.toml
@@ -18,12 +18,12 @@ classifiers = [
18
"Topic :: Scientific/Engineering :: Physics",
19
"Natural Language :: English",
20
"Operating System :: OS Independent",
21
- "Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.12",
22
"Programming Language :: Python :: 3.13"
23
]
24
keywords = ["cli"]
25
dependencies = [
26
- "autoconf",
+ "autoconf==2026.4.13.3",
27
"astropy>=5.0,<=7.2.0",
28
"decorator>=4.0.0",
29
"dill>=0.3.1.1",
@@ -35,7 +35,7 @@ dependencies = [
35
36
37
[project.urls]
38
-Homepage = "https://github.com/Jammy2211/PyAutoArray"
+Homepage = "https://github.com/PyAutoLabs/PyAutoArray"
39
40
[tool.setuptools]
41
include-package-data = true
0 commit comments