Skip to content

Commit

Permalink
fix the license badge
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengp0 committed Apr 9, 2024
1 parent 8548d5d commit 04821b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. image:: https://img.shields.io/pypi/l/xspline
.. image:: https://img.shields.io/github/license/ihmeuw-msca/xspline
:target: https://github.com/ihmeuw-msca/xspline/blob/main/LICENSE

.. image:: https://img.shields.io/pypi/v/xspline
Expand Down
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@ version = "0.1.1"
description = "Advanced spline package that provides b-spline bases, their derivatives and integrals"
readme = "README.rst"
requires-python = ">=3.10"
license = { text = "BSD 2-Clause" }
license = { text = "BSD-2-Clause" }
authors = [
{ name = "IHME Math Sciences", email = "ihme.math.sciences@gmail.com" },
]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
]
dependencies = ["numpy>=1.25.1"]

[project.optional-dependencies]
Expand Down

0 comments on commit 04821b1

Please sign in to comment.