Skip to content

Commit

Permalink
Update naming change for project replace rpt with tpt
Browse files Browse the repository at this point in the history
  • Loading branch information
nickviola committed Jul 7, 2023
1 parent 3369d12 commit 0ff05ab
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ updates:
- dependency-name: actions/setup-python
- dependency-name: hashicorp/setup-terraform
- dependency-name: mxschmitt/action-tmate
# # Managed by cisagov/rpt-phish-report
# # Managed by cisagov/tpt-phish-report
# - dependency-name: actions/download-artifact
# - dependency-name: actions/upload-artifact

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# rpt-phish-report #
# tpt-phish-report #

[![GitHub Build Status](https://github.com/cisagov/rpt-phish-report/workflows/build/badge.svg)](https://github.com/cisagov/rpt-phish-report/actions)
[![CodeQL](https://github.com/cisagov/rpt-phish-report/workflows/CodeQL/badge.svg)](https://github.com/cisagov/rpt-phish-report/actions/workflows/codeql-analysis.yml)
[![Coverage Status](https://coveralls.io/repos/github/cisagov/rpt-phish-report/badge.svg?branch=develop)](https://coveralls.io/github/cisagov/rpt-phish-report?branch=develop)
[![Known Vulnerabilities](https://snyk.io/test/github/cisagov/rpt-phish-report/develop/badge.svg)](https://snyk.io/test/github/cisagov/rpt-phish-report)
[![GitHub Build Status](https://github.com/cisagov/tpt-phish-report/workflows/build/badge.svg)](https://github.com/cisagov/tpt-phish-report/actions)
[![CodeQL](https://github.com/cisagov/tpt-phish-report/workflows/CodeQL/badge.svg)](https://github.com/cisagov/tpt-phish-report/actions/workflows/codeql-analysis.yml)
[![Coverage Status](https://coveralls.io/repos/github/cisagov/tpt-phish-report/badge.svg?branch=develop)](https://coveralls.io/github/cisagov/tpt-phish-report?branch=develop)
[![Known Vulnerabilities](https://snyk.io/test/github/cisagov/tpt-phish-report/develop/badge.svg)](https://snyk.io/test/github/cisagov/tpt-phish-report)

This is a generic skeleton project that can be used to quickly get a
new [cisagov](https://github.com/cisagov) Python library GitHub
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ def get_version(version_file):


setup(
name="example",
name="tptmple",
# Versions should comply with PEP440
version=get_version("src/example/_version.py"),
description="Example Python library",
description="TPTmple Python library",
long_description=readme(),
long_description_content_type="text/markdown",
# Landing page for CISA's cybersecurity mission
url="https://www.cisa.gov/cybersecurity",
# Additional URLs for this project per
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#project-urls
project_urls={
"Source": "https://github.com/cisagov/rpt-phish-report",
"Tracker": "https://github.com/cisagov/rpt-phish-report/issues",
"Source": "https://github.com/cisagov/tpt-phish-report",
"Tracker": "https://github.com/cisagov/tpt-phish-report/issues",
},
# Author details
author="Cybersecurity and Infrastructure Security Agency",
Expand Down Expand Up @@ -108,5 +108,5 @@ def get_version(version_file):
]
},
# Conveniently allows one to run the CLI tool as `example`
entry_points={"console_scripts": ["example = example.example:main"]},
entry_points={"console_scripts": ["tptmple = example.etptple:main"]},
)

0 comments on commit 0ff05ab

Please sign in to comment.