-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💬 clean up package maintainer names.
Signed-off-by: rjdbcm <[email protected]>
- Loading branch information
Showing
5 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ See the project `CONTRIBUTING.md <https://github.com/rjdbcm/OZI/blob/main/.githu | |
Contact | ||
------- | ||
|
||
Eden Rose Duff MSc - [email protected] | ||
Eden Ross Duff MSc - [email protected] | ||
|
||
.. image:: https://raw.githubusercontent.com/sigstore/community/main/artwork/badge/sigstore_codesigned_purple.png | ||
:align: center | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
[build-system] | ||
build-backend = "ozi_build.buildapi" | ||
requires = [ | ||
"OZI.build>=0.0.15", | ||
"OZI.build>=0.0.18", | ||
"meson[ninja]>=1.1.0", | ||
"pip-tools>=7", | ||
"setuptools>=64", | ||
|
@@ -22,7 +22,7 @@ console_scripts = [ | |
|
||
[tool.ozi-build.metadata] | ||
summary = 'Packager for Python projects using Meson.' | ||
pkg-info-file = 'build/PKG-INFO' | ||
pkg-info-file = 'PKG-INFO' | ||
|
||
[tool.cibuildwheel] | ||
build-frontend = "build" | ||
|
@@ -34,15 +34,14 @@ before-build = [ | |
"pip install --upgrade OZI.build", | ||
"pip install --upgrade setuptools_scm", | ||
"pip install --upgrade pip-tools", | ||
"meson setup build", | ||
] | ||
|
||
[tool.setuptools_scm] | ||
version_file_template = """ | ||
Metadata-Version: 2.1 | ||
Name: @PROJECT_NAME@ | ||
Version: @SCM_VERSION@ | ||
Summary: Packager for Python projects using Meson. | ||
Summary: Package Python projects with Meson. | ||
Download-URL: https://github.com/rjdbcm/OZI/archive/refs/tags/@[email protected] | ||
Home-page: https://oziproject.dev/ | ||
Author: Eden Ross Duff MSc | ||
|
@@ -198,7 +197,7 @@ force-single-line = true | |
max-line-length = 102 | ||
|
||
[tool.ruff.lint.flake8-copyright] | ||
author="Ross J. Duff MSc" | ||
author="Eden Ross Duff MSc" | ||
|
||
[tool.ruff.lint.flake8-quotes] | ||
inline-quotes = "single" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -199,7 +199,7 @@ def test_new_project_bad_args( # noqa: DC102, RUF100 | |
'ci_provider': 'github', | ||
'name': 'ozi.phony', | ||
'license': 'CC0 1.0 Universal (CC0 1.0) Public Domain Dedication', | ||
'author': ['Ross J. Duff'], | ||
'author': ['Eden Ross Duff'], | ||
'author_email': ['[email protected]'], | ||
'keywords': 'foo,bar,baz', | ||
'maintainer': [], | ||
|
@@ -239,7 +239,7 @@ def test_new_project_bad_target_not_empty( # noqa: DC102, RUF100 | |
'name': 'ozi.phony', | ||
'license': '', | ||
'keywords': 'baz,bar,foo', | ||
'author': ['Ross J. Duff'], | ||
'author': ['Eden Ross Duff'], | ||
'author_email': ['[email protected]'], | ||
'maintainer': [], | ||
'maintainer_email': [], | ||
|