Skip to content

Commit bb59eae

Browse files
committed
Merge branch 'main' of github.com:python-project-templates/p2a
2 parents 4225a94 + 7ea66e8 commit bb59eae

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.copier-answers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ _src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: python
66
add_wiki: false
7-
email: dev@1kbgz.com
8-
github: 1kbgz
7+
email: t.paine154@gmail.com
8+
github: python-project-templates
99
project_description: pydantic models to argparse CLIs
1010
project_name: p2a
1111
python_version_primary: '3.11'

.github/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at dev@1kbgz.com. All
58+
reported by contacting the project team at t.paine154@gmail.com. All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
pydantic models to argparse CLIs
44

5-
[![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)
6-
[![codecov](https://codecov.io/gh/1kbgz/p2a/branch/main/graph/badge.svg)](https://codecov.io/gh/1kbgz/p2a)
7-
[![License](https://img.shields.io/github/license/1kbgz/p2a)](https://github.com/1kbgz/p2a)
5+
[![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)
6+
[![codecov](https://codecov.io/gh/python-project-templates/p2a/branch/main/graph/badge.svg)](https://codecov.io/gh/python-project-templates/p2a)
7+
[![License](https://img.shields.io/github/license/python-project-templates/p2a)](https://github.com/python-project-templates/p2a)
88
[![PyPI](https://img.shields.io/pypi/v/p2a.svg)](https://pypi.python.org/pypi/p2a)
99

1010
## Overview

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend="hatchling.build"
44

55
[project]
66
name = "p2a"
7-
authors = [{name = "the p2a authors", email = "dev@1kbgz.com"}]
7+
authors = [{name = "the p2a authors", email = "t.paine154@gmail.com"}]
88
description = "pydantic models to argparse CLIs"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
@@ -56,8 +56,8 @@ develop = [
5656
[project.scripts]
5757

5858
[project.urls]
59-
Repository = "https://github.com/1kbgz/p2a"
60-
Homepage = "https://github.com/1kbgz/p2a"
59+
Repository = "https://github.com/python-project-templates/p2a"
60+
Homepage = "https://github.com/python-project-templates/p2a"
6161

6262
[tool.bumpversion]
6363
current_version = "0.1.1"

0 commit comments

Comments
 (0)