summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 55bf3be..42672e0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,7 +2,10 @@
2name = "steamrelationships" 2name = "steamrelationships"
3version = "0.1.0" 3version = "0.1.0"
4description = "A tool to discover friend relationships between steam profiles" 4description = "A tool to discover friend relationships between steam profiles"
5authors = ["NW/RL <NWRL@dabikers.online>"] 5license = "LGPL-3.0-or-later"
6authors = [
7 "NW/RL <nwrl@dabikers.online>",
8]
6readme = "README.md" 9readme = "README.md"
7 10
8[tool.poetry.dependencies] 11[tool.poetry.dependencies]