Python: add maintainer(s) (#21125)

* Python: add maintainer(s)

* Fix unit tests
This commit is contained in:
Adam J. Stewart
2021-02-04 10:00:21 -06:00
committed by GitHub
parent d14a6dc1f7
commit df5992293a
4 changed files with 9 additions and 1 deletions

View File

@@ -66,6 +66,8 @@ def configure(self, spec, prefix):
#: Package name, version, and extension on PyPI
pypi = None
maintainers = ['adamjstewart']
# Default phases
phases = ['build', 'install']