File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ _src_path: https://github.com/python-project-templates/base.git
44add_docs : false
55add_extension : python
66add_wiki : false
7- email : dev@1kbgz .com
8- github : 1kbgz
7+ email : t.paine154@gmail .com
8+ github : python-project-templates
99project_description : pydantic models to argparse CLIs
1010project_name : p2a
1111python_version_primary : ' 3.11'
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555## Enforcement
5656
5757Instances 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
5959complaints will be reviewed and investigated and will result in a response that
6060is deemed necessary and appropriate to the circumstances. The project team is
6161obligated to maintain confidentiality with regard to the reporter of an incident.
Original file line number Diff line number Diff line change 22
33pydantic 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend="hatchling.build"
44
55[project ]
66name = " p2a"
7- authors = [{name = " the p2a authors" , email = " dev@1kbgz .com" }]
7+ authors = [{name = " the p2a authors" , email = " t.paine154@gmail .com" }]
88description = " pydantic models to argparse CLIs"
99readme = " README.md"
1010license = { 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 ]
6363current_version = " 0.1.0"
You can’t perform that action at this time.
0 commit comments