pkiage commited on
Commit
8a365bb
1 Parent(s): 5311a6f

build: update pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +11 -4
pyproject.toml CHANGED
@@ -1,8 +1,15 @@
 
 
 
 
 
 
 
1
  [tool.poetry]
2
- name = "credit_risk_modelling"
3
- version = "0.1.0"
4
- description = ""
5
- authors = ["Your Name <you@example.com>"]
6
 
7
  [tool.poetry.dependencies]
8
  python = ">=3.8,<3.11"
 
1
+ [build-system]
2
+ requires = [
3
+ "setuptools>=42",
4
+ "wheel"
5
+ ]
6
+ build-backend = "setuptools.build_meta"
7
+
8
  [tool.poetry]
9
+ name = "cookbook-data-viz-plotly"
10
+ version = "0.0.1"
11
+ description = "Credit risk model builder"
12
+ authors = ["pkiage paul.r.kiage@gmail.com"]
13
 
14
  [tool.poetry.dependencies]
15
  python = ">=3.8,<3.11"