Skip to content

Commit

Permalink
fix: updated authors list in pyproject.toml with all team members (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
htang085 committed Feb 2, 2025
1 parent 31da54d commit 36a3637
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
name = "dsci524_group29_webscraping"
version = "1.1.3"
description = "A simple Python toolkit for web scraping"
authors = ["group29"]
authors = [
"Lixuan Lin",
"Hui Tang",
"Sienko Ikhabi"
]
license = "MIT"
readme = "README.md"

Expand Down Expand Up @@ -30,4 +34,4 @@ build_command = "pip install poetry && poetry build" # build dists

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"

0 comments on commit 36a3637

Please sign in to comment.