We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37471d3 commit f7d366bCopy full SHA for f7d366b
pyproject.toml
@@ -16,14 +16,14 @@ classifiers = [
16
"Programming Language :: Python :: 3.12",
17
"Programming Language :: Python :: 3.13",
18
]
19
-description = ""
+description = "Type stubs for SciPy"
20
documentation = "https://github.com/jorenham/scipy-stubs?tab=readme-ov-file#scipy-stubs"
21
license = "BSD-3-Clause"
22
name = "scipy-stubs"
23
packages = [{include = "scipy-stubs"}]
24
readme = "README.md"
25
repository = "https://github.com/jorenham/scipy-stubs/"
26
-version = "1.4.1a1"
+version = "1.4.1a2"
27
28
[tool.poetry.urls]
29
"Bug Tracker" = "https://github.com/jorenham/scipy-stubs/issues"
0 commit comments