forked from pyrobale/pyrobale
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
27 lines (25 loc) · 725 Bytes
/
pyproject.toml
File metadata and controls
27 lines (25 loc) · 725 Bytes
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
27
[project]
name = "pyrobale"
version = "0.3.7"
authors = [
{ name = "Ali Safamanesh", email = "darg.q.a.a@gmail.com" },
{ name = "Aydin Rahbaran", email = "codewizaard9@gmail.com"},
]
description = "A python wrapper for bale api"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
license = { file = "LICENSE" }
dependencies = ["aiohttp"]
[project.urls]
github = "https://github.com/pyrobale/pyrobale"
website = "https://pyrobale.github.io"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["pyrobale"]