summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-smartypants/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-smartypants/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-smartypants/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-smartypants/package.py b/var/spack/repos/builtin/packages/py-smartypants/package.py
index 163e7ab84a..74398be41e 100644
--- a/var/spack/repos/builtin/packages/py-smartypants/package.py
+++ b/var/spack/repos/builtin/packages/py-smartypants/package.py
@@ -14,6 +14,8 @@ class PySmartypants(PythonPackage):
# PyPI only has the wheel
url = "https://github.com/leohemsted/smartypants.py/archive/refs/tags/v2.0.1.tar.gz"
+ license("BSD-3-Clause")
+
version("2.0.1", sha256="b98191911ff3b4144ef8ad53e776a2d0ad24bd508a905c6ce523597c40022773")
depends_on("py-setuptools", type="build")