Skip to content

Commit 1052e24

Browse files
committed
feat: update requirements
1 parent 3b4ef0d commit 1052e24

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

pyproject.toml.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "ratp_api"
77
version = "0.1.0"
8-
description = "Get lyrics of any songs, for free."
8+
description = "Get data from the RATP API"
99
authors = ["Romeo Phillips"]
1010

1111
[tool.poetry.dependencies]

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
requests==2.31.0
2+
setuptools~=65.5.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name="ratp_api",
88
author="Roméo Phillips",
99
author_email="phillipsromeo@gmail.com",
10-
description="Extract lyrics from MusicXMatch API, for free.",
10+
description="Get RATP data from RATP API.",
1111
keywords="ratp, rer, metro, api, ratp_api, ratp_api-python",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)