forked from Tsadoq/kompy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (28 loc) · 722 Bytes
/
Copy pathpyproject.toml
File metadata and controls
31 lines (28 loc) · 722 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
28
29
30
31
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "Kompy"
version = "0.0.11"
authors = [
{ name = "Matteo Villosio", email = "github@matteovillosio.com" },
]
description = "A Python wrapper for Komoot APIs"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"dateutils>=0.6.12",
"python-dateutil>=2.8.2",
"requests>=2.31.0",
"pillow>=10.1.0",
"gpxpy>=1.6.1",
"fit_tool>=0.9.13",
"pdoc>=14.1.0",
]
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://github.com/tsadoq/kompy"
"Bug Tracker" = "https://github.com/tsadoq/kompy/issues"