From df5992293ae0ea6baf40bec34ab3024eb691c197 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Thu, 4 Feb 2021 10:00:21 -0600 Subject: Python: add maintainer(s) (#21125) * Python: add maintainer(s) * Fix unit tests --- lib/spack/spack/build_systems/python.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/spack/spack/build_systems/python.py b/lib/spack/spack/build_systems/python.py index 54fa7ad978..c3ad02bb2f 100644 --- a/lib/spack/spack/build_systems/python.py +++ b/lib/spack/spack/build_systems/python.py @@ -66,6 +66,8 @@ class PythonPackage(PackageBase): #: Package name, version, and extension on PyPI pypi = None + maintainers = ['adamjstewart'] + # Default phases phases = ['build', 'install'] -- cgit v1.2.3-60-g2f50