Skip to content

Commit

Permalink
scipy-stubs 1.14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Oct 14, 2024
1 parent 5d5e930 commit ccbcc55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center">scipy-stubs</h1>

<p align="center">
Type stubs for <a href="https://github.com/scipy/scipy">SciPy</a>.
Typing stubs for <a href="https://github.com/scipy/scipy">SciPy</a>.
</p>

<p align="center">
Expand Down
11 changes: 3 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,19 @@ requires = ["poetry-core"]
[tool.poetry]
authors = ["Joren Hammudoglu <jhammudoglu@gmail.com>"]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 3 - Beta",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering",
"Typing :: Stubs Only",
"Typing :: Typed",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
description = "Type stubs for SciPy"
description = "Typing Stubs for SciPy"
documentation = "https://github.com/jorenham/scipy-stubs?tab=readme-ov-file#scipy-stubs"
license = "BSD-3-Clause"
name = "scipy-stubs"
packages = [{include = "scipy-stubs"}]
readme = "README.md"
repository = "https://github.com/jorenham/scipy-stubs/"
version = "1.14.1.0.dev0"
version = "1.14.1.0"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/jorenham/scipy-stubs/issues"
Expand Down

0 comments on commit ccbcc55

Please sign in to comment.