Skip to content

Commit 5e22bc3

Browse files
committed
Update pyproject.toml.
1 parent c780af3 commit 5e22bc3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61", "setuptools_scm[toml]>=6.2"]
2+
requires = ["setuptools>=77", "setuptools_scm[toml]>=6.2"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -8,12 +8,9 @@ description = "Automagically import missing modules in IPython."
88
readme = "README.rst"
99
authors = [{name = "Antony Lee"}]
1010
urls = {Repository = "https://github.com/anntzer/ipython-autoimport"}
11-
license = {text = "zlib"}
11+
license = "Zlib"
1212
classifiers = [
13-
"Development Status :: 4 - Beta",
1413
"Framework :: IPython",
15-
"License :: OSI Approved :: zlib/libpng License",
16-
"Programming Language :: Python :: 3",
1714
]
1815
requires-python = ">=3.7"
1916
dependencies = [

0 commit comments

Comments
 (0)