Skip to content

Commit

Permalink
Rename repository references after clone.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Nov 1, 2021
1 parent 0a70bbb commit 361a06a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/lineage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
lineage:
skeleton:
remote-url: https://github.com/cisagov/skeleton-generic.git
remote-url: https://github.com/cisagov/skeleton-python-library.git
version: '1'
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ all of which should be in this repository.

If you want to report a bug or request a new feature, the most direct
method is to [create an
issue](https://github.com/cisagov/skeleton-python-library/issues) in
issue](https://github.com/cisagov/guacscanner/issues) in
this repository. We recommend that you first search through existing
issues (both open and closed) to check if your particular issue has
already been reported. If it has then you might want to add a comment
Expand All @@ -25,7 +25,7 @@ one.
## Pull requests ##

If you choose to [submit a pull
request](https://github.com/cisagov/skeleton-python-library/pulls),
request](https://github.com/cisagov/guacscanner/pulls),
you will notice that our continuous integration (CI) system runs a
fairly extensive set of linters, syntax checkers, system, and unit tests.
Your pull request may fail these checks, and that's OK. If you want
Expand Down Expand Up @@ -135,9 +135,9 @@ can create and configure the Python virtual environment with these
commands:

```console
cd skeleton-python-library
pyenv virtualenv <python_version_to_use> skeleton-python-library
pyenv local skeleton-python-library
cd guacscanner
pyenv virtualenv <python_version_to_use> guacscanner
pyenv local guacscanner
pip install --requirement requirements-dev.txt
```

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# skeleton-python-library #
# guacscanner #

[![GitHub Build Status](https://github.com/cisagov/skeleton-python-library/workflows/build/badge.svg)](https://github.com/cisagov/skeleton-python-library/actions)
[![Coverage Status](https://coveralls.io/repos/github/cisagov/skeleton-python-library/badge.svg?branch=develop)](https://coveralls.io/github/cisagov/skeleton-python-library?branch=develop)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/cisagov/skeleton-python-library.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/cisagov/skeleton-python-library/alerts/)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/cisagov/skeleton-python-library.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/cisagov/skeleton-python-library/context:python)
[![Known Vulnerabilities](https://snyk.io/test/github/cisagov/skeleton-python-library/develop/badge.svg)](https://snyk.io/test/github/cisagov/skeleton-python-library)
[![GitHub Build Status](https://github.com/cisagov/guacscanner/workflows/build/badge.svg)](https://github.com/cisagov/guacscanner/actions)
[![Coverage Status](https://coveralls.io/repos/github/cisagov/guacscanner/badge.svg?branch=develop)](https://coveralls.io/github/cisagov/guacscanner?branch=develop)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/cisagov/guacscanner.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/cisagov/guacscanner/alerts/)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/cisagov/guacscanner.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/cisagov/guacscanner/context:python)
[![Known Vulnerabilities](https://snyk.io/test/github/cisagov/guacscanner/develop/badge.svg)](https://snyk.io/test/github/cisagov/guacscanner)

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
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ def get_version(version_file):
# Additional URLs for this project per
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#project-urls
project_urls={
"Source": "https://github.com/cisagov/skeleton-python-library",
"Tracker": "https://github.com/cisagov/skeleton-python-library/issues",
"Source": "https://github.com/cisagov/guacscanner",
"Tracker": "https://github.com/cisagov/guacscanner/issues",
},
# Author details
author="Cybersecurity and Infrastructure Security Agency",
Expand Down

0 comments on commit 361a06a

Please sign in to comment.