-
-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #124 from Kai-Striega/config-benchmarks-with-spin
MAINT: Config benchmarks to work with asv (again)
- Loading branch information
Showing
3 changed files
with
8 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,9 @@ name = "numpy-financial" | |
version = "2.0.0" | ||
requires-python = ">=3.10" | ||
description = "Simple financial functions" | ||
license = "BSD-3-Clause" | ||
authors = ["Travis E. Oliphant et al."] | ||
maintainers = ["Numpy Financial Developers <[email protected]>"] | ||
license = {file = "LICENSE.txt"} | ||
authors = [{name = "Travis E. Oliphant et al."}] | ||
maintainers = [{ name = "Numpy Financial Developers", email = "[email protected]" }] | ||
readme = "README.md" | ||
homepage = "https://numpy.org/numpy-financial/latest/" | ||
repository = "https://github.com/numpy/numpy-financial" | ||
|