We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c780af3 commit 5e22bc3Copy full SHA for 5e22bc3
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools>=61", "setuptools_scm[toml]>=6.2"]
+requires = ["setuptools>=77", "setuptools_scm[toml]>=6.2"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
@@ -8,12 +8,9 @@ description = "Automagically import missing modules in IPython."
8
readme = "README.rst"
9
authors = [{name = "Antony Lee"}]
10
urls = {Repository = "https://github.com/anntzer/ipython-autoimport"}
11
-license = {text = "zlib"}
+license = "Zlib"
12
classifiers = [
13
- "Development Status :: 4 - Beta",
14
"Framework :: IPython",
15
- "License :: OSI Approved :: zlib/libpng License",
16
- "Programming Language :: Python :: 3",
17
]
18
requires-python = ">=3.7"
19
dependencies = [
0 commit comments