-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
26 lines (23 loc) · 931 Bytes
/
Copy pathpyproject.toml
File metadata and controls
26 lines (23 loc) · 931 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
[build-system]
requires = ["setuptools>=45", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "Insurance-Risk-Analytics-and-Predictive-Modeling"
version = "0.1.0"
description = "End-to-End Insurance Risk Analytics & Predictive Modeling"
requires-python = ">=3.8"
keywords = ["python", "project", "template"]
authors = [
{ name = "Mikias Worku", email = "mikias27worku@gmail.com" },
]
license = { file = "LICENSE" } # Create a LICENSE file if needed
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
Homepage = "https://github.com/michaWorku/Insurance-Risk-Analytics-and-Predictive-Modeling"
"Bug Tracker" = "https://github.com/michaWorku/Insurance-Risk-Analytics-and-Predictive-Modeling/issues"
[tool.setuptools.packages.find]
where = ["src"] # Tell setuptools to look for packages in src/