-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
33 lines (29 loc) · 980 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
27
28
29
30
31
32
[project]
name = "OpenTrepWrapper"
description = "A Python wrapper module for OpenTrep"
version = "0.7.7.post3"
authors = [
{ name = "Denis Arnaud", email = "[email protected]" }
]
readme = "README.md"
keywords = [
"data", "trep", "request", "parser", "travel", "transport",
"search", "wrapper", "optd", "opentraveldata", "opentrep"
]
classifiers = [
# complete classifier list: http://pypi.python.org/pypi?%3Aaction=list_classifiers
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX",
"Programming Language :: Python :: 3",
"Topic :: Utilities",
]
[project.urls]
documentation = "https://opentrep.readthedocs.io/en/latest/"
changelog = "https://opentrep.readthedocs.io/en/latest/opentrep.html"
[tool.setuptools]
packages = ["OpenTrepWrapper"]
# Requirements
[dependencies]
datetime = "*"