Skip to content

Commit

Permalink
chore: Update project names to reflect repo name change
Browse files Browse the repository at this point in the history
  • Loading branch information
essteer committed Jul 28, 2024
1 parent c825112 commit 853a8a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gigshk-pipeline
# gigsgo-pipeline

ETL pipeline for gigshk data
ETL pipeline for gigs data

## Operation

Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "gigshk-pipeline"
name = "gigsgo-pipeline"
dynamic = ["version"]
description = "An ETL pipeline for gig data"
authors = [{ name = "Elliott Steer", email = "essteer@pm.me" }]
Expand Down Expand Up @@ -31,6 +31,6 @@ dev = [
]

[project.urls]
documentation = "https://github.com/essteer/gigshk-pipeline/blob/main/README.md"
repository = "https://github.com/essteer/gigshk-pipeline"
issues = "https://github.com/essteer/gigshk-pipeline/issues"
documentation = "https://github.com/essteer/gigsgo-pipeline/blob/main/README.md"
repository = "https://github.com/essteer/gigsgo-pipeline"
issues = "https://github.com/essteer/gigsgo-pipeline/issues"
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml -o requirements.txt
beautifulsoup4==4.12.3
# via gigshk-pipeline (pyproject.toml)
# via gigsgo-pipeline (pyproject.toml)
certifi==2024.6.2
# via requests
charset-normalizer==3.3.2
# via requests
idna==3.7
# via requests
masquer==1.2.0
# via gigshk-pipeline (pyproject.toml)
# via gigsgo-pipeline (pyproject.toml)
requests==2.32.3
# via gigshk-pipeline (pyproject.toml)
# via gigsgo-pipeline (pyproject.toml)
soupsieve==2.5
# via beautifulsoup4
urllib3==2.2.2
Expand Down

0 comments on commit 853a8a0

Please sign in to comment.