Skip to content

Commit 7ae0613

Browse files
committed
Limit licensing info for compat with setuptools 77; drop classifiers.
1 parent c780af3 commit 7ae0613

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@ 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"}
1211
classifiers = [
13-
"Development Status :: 4 - Beta",
1412
"Framework :: IPython",
15-
"License :: OSI Approved :: zlib/libpng License",
16-
"Programming Language :: Python :: 3",
1713
]
1814
requires-python = ">=3.7"
1915
dependencies = [

0 commit comments

Comments
 (0)