-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
31 lines (28 loc) · 1.11 KB
/
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
27
28
29
30
31
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[project]
name = "chyllonge"
version = "1.1.1"
dependencies = ["tzlocal>=5.2", "requests>=2.31.0"]
requires-python = ">=3.8"
authors = [{name = "Alex Fredrickson", email = "[email protected]"}]
maintainers = [{name = "Alex Fredrickson", email = "[email protected]"}]
description = "A Python 3.8+ implementation of the challonge.com API."
readme = "README.md"
license = {file = "LICENSE.txt"}
keywords = ["challonge"]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11"
]
[project.urls]
Homepage = "https://www.github.com/alexqfredrickson/chyllonge"
Repository = "https://www.github.com/alexqfredrickson/chyllonge"
"Bug Tracker" = "https://www.github.com/alexqfredrickson/chyllonge/issues"
# https://stackoverflow.com/questions/75312569/error-backend-subprocess-exited-when-trying-to-invoke-get-requires-for-build-sdi
#[tools.setuptools]
#packages = ["src"]