We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c780af3 commit 858f557Copy full SHA for 858f557
pyproject.toml
@@ -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