Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .copier-answers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down Expand Up @@ -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"
Expand Down