diff --git a/README.rst b/README.rst index f21cd89..37b97c7 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 55fdc91..f25519a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]