Skip to content

Commit 4a6b22a

Browse files
committed
A commit and not a comet.
1 parent 8ef540b commit 4a6b22a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
![Some Weird Image](https://github.com/cxdzc/TornAPIWrapper/assets/110936008/271aa9c8-280e-4fd9-be9e-cd8b88d53329)
22

3-
# 📦 TornAPIWrapper v1.0.0
3+
# 📦 TornAPIWrapper v1.0.2
44
A Python wrapper for the [Torn City API](https://www.torn.com/api.html), providing access to [Torn City](https://www.torn.com) data.
55

66
# 📠 Instructions
7-
1. Install the TornAPIWrapper package by typing `pip tornapiwrapper` in your CMD.
8-
2. Check out [examples](Examples) and [documentations](#-documentations) to familiarize yourself with the API.
7+
1. Install the [TornAPIWrapper](https://pypi.org/project/TornAPIWrapper) package by typing `pip install tornapiwrapper` in your CMD.
8+
2. Check out [examples](https://github.com/cxdzc/TornAPIWrapper/tree/main/Examples) and [documentations](https://github.com/cxdzc/TornAPIWrapper#-documentations) to familiarize yourself with the API.
99
3. Create an [API key](https://www.torn.com/preferences.php#tab=api).
1010
4. Start programming!
1111

@@ -30,7 +30,7 @@ Love open-source projects? Find the project helpful or fun? Support sustainabili
3030
> [!NOTE]
3131
> This is not legal advice.
3232
33-
The content and software in this GitHub repository are licensed under the [MIT License](LICENSE). A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
33+
The content and software in this GitHub repository are licensed under the [MIT License](https://github.com/cxdzc/TornAPIWrapper/blob/main/LICENSE). A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
3434

3535
<a rel="license" href="LICENSE"><img alt="MIT License" src="https://img.shields.io/badge/License-MIT-ab1436"/></a>
3636

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ authors = [{name="cxdzc"}]
77
classifiers = ["Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ]
88
dependencies = ["requests"]
99
description = "A Python wrapper for the Torn City API, providing access to Torn City data."
10-
keywords = ["egg", "bacon", "sausage", "tomatoes", "Lobster Thermidor"]
10+
keywords = ["torn", "torn-city", "torn-city-api", "torncom", "wrapper", "api"]
1111
name = "TornAPIWrapper"
1212
readme = "README.md"
1313
requires-python = ">=3.8"
14-
version = "1.0.1"
14+
version = "1.0.2"
1515

1616
[project.urls]
1717
Homepage = "https://github.com/cxdzc/TornAPIWrapper"

0 commit comments

Comments
 (0)