forked from igarciaferreira/DarwinexDownloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
23 lines (22 loc) · 842 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
[project]
name = "darwinexDownloader"
version = "0.0.19"
authors = [
{ name="Iván García-Ferreira", email="[email protected]" },
]
description = "Package to download historic data from Darwinex"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Office/Business :: Financial",
"Topic :: Office/Business :: Financial :: Investment",
"Development Status :: 3 - Alpha"
]
[project.urls]
"Homepage" = "https://github.com/igarciaferreira/DarwinexDownloader"
"Bug Tracker" = "https://github.com/igarciaferreira/DarwinexDownloader/issues"
"Repository" = "https://github.com/igarciaferreira/DarwinexDownloader"
"Changelog" = "https://github.com/igarciaferreira/DarwinexDownloader/releases"