-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpyproject.toml
26 lines (24 loc) · 847 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "battlemetrics"
description = "Battlemetrics API wrapper."
version = "1.0.7"
authors = [{ name = "Gnomeslayer", email = "[email protected]" }]
readme = "README.md"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
]
keywords = ["battlemetrics", "battlemetricsapi", "api", "gaming"]
dependencies = ["aiohttp==3.11.6"]
requires-python = ">=3.6"
[project.urls]
Homepage = "https://github.com/Gnomeslayer/battlemetrics"