-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpyproject.toml
More file actions
27 lines (23 loc) · 797 Bytes
/
pyproject.toml
File metadata and controls
27 lines (23 loc) · 797 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
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "goto_conversion"
version = "4.0.1"
authors = [{ name = 'Kaito Goto' },]
description = "Powered $47,000 of prize money, 10+ Gold Medals and 100+ Medals on Kaggle"
readme = "README.md"
requires-python = ">=3.7"
license = "MIT"
keywords = ["kaggle", "betting", "bookmaker", "sports-analytics", "betfair-api"]
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://github.com/gotoConversion/goto_conversion"
"Bug Tracker" = "https://github.com/gotoConversion/goto_conversion/issues"
[tool.setuptools]
packages = ["goto_conversion"]
[tool.setuptools.package-data]
"goto_conversion" = ["data/*.csv"]