From 9f198ae82f385bac90f1015fc2ab9210f0766148 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 11 Nov 2025 14:23:41 -0500 Subject: [PATCH] xfer --- .copier-answers.yaml | 4 ++-- .github/CODE_OF_CONDUCT.md | 2 +- README.md | 6 +++--- pyproject.toml | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index db28671..28bc5b6 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -4,8 +4,8 @@ _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: python add_wiki: false -email: dev@1kbgz.com -github: 1kbgz +email: t.paine154@gmail.com +github: python-project-templates project_description: pydantic models to argparse CLIs project_name: p2a python_version_primary: '3.11' diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index ec500b4..1b32efd 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -55,7 +55,7 @@ further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at dev@1kbgz.com. All +reported by contacting the project team at t.paine154@gmail.com. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. diff --git a/README.md b/README.md index 7ebbd07..5d3ade7 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ pydantic models to argparse CLIs -[![Build Status](https://github.com/1kbgz/p2a/actions/workflows/build.yaml/badge.svg?branch=main&event=push)](https://github.com/1kbgz/p2a/actions/workflows/build.yaml) -[![codecov](https://codecov.io/gh/1kbgz/p2a/branch/main/graph/badge.svg)](https://codecov.io/gh/1kbgz/p2a) -[![License](https://img.shields.io/github/license/1kbgz/p2a)](https://github.com/1kbgz/p2a) +[![Build Status](https://github.com/python-project-templates/p2a/actions/workflows/build.yaml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/p2a/actions/workflows/build.yaml) +[![codecov](https://codecov.io/gh/python-project-templates/p2a/branch/main/graph/badge.svg)](https://codecov.io/gh/python-project-templates/p2a) +[![License](https://img.shields.io/github/license/python-project-templates/p2a)](https://github.com/python-project-templates/p2a) [![PyPI](https://img.shields.io/pypi/v/p2a.svg)](https://pypi.python.org/pypi/p2a) ## Overview diff --git a/pyproject.toml b/pyproject.toml index 9079e4f..3a29a47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend="hatchling.build" [project] name = "p2a" -authors = [{name = "the p2a authors", email = "dev@1kbgz.com"}] +authors = [{name = "the p2a authors", email = "t.paine154@gmail.com"}] description = "pydantic models to argparse CLIs" readme = "README.md" license = { text = "Apache-2.0" } @@ -56,8 +56,8 @@ develop = [ [project.scripts] [project.urls] -Repository = "https://github.com/1kbgz/p2a" -Homepage = "https://github.com/1kbgz/p2a" +Repository = "https://github.com/python-project-templates/p2a" +Homepage = "https://github.com/python-project-templates/p2a" [tool.bumpversion] current_version = "0.1.0"