Skip to content

Commit c2d26e4

Browse files
Make pyproject.toml format consistent
1 parent 0ab3e9f commit c2d26e4

File tree

1 file changed

+27
-26
lines changed

1 file changed

+27
-26
lines changed

pyproject.toml

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@ requires = [
33
"setuptools>=64",
44
"setuptools_scm[toml]>=6.2",
55
"wheel"
6-
]
6+
]
77
build-backend = "setuptools.build_meta"
8+
89
[project]
9-
name="causal_testing_framework"
10-
authors=[{name = "The CITCOM team"}]
11-
description="A framework for causal testing using causal directed acyclic graphs."
12-
readme = "README.md"
13-
requires-python = ">=3.9"
14-
license = {text = "MIT"}
15-
keywords = ["causal inference", "verification"]
16-
dependencies = [
10+
name = "causal_testing_framework"
11+
authors = [{ name = "The CITCOM team" }]
12+
description = "A framework for causal testing using causal directed acyclic graphs."
13+
readme = "README.md"
14+
requires-python = ">=3.9"
15+
license = { text = "MIT" }
16+
keywords = ["causal inference", "verification"]
17+
dependencies = [
1718
"econml~=0.12",
1819
"fitter~=1.4",
1920
"lhsmdu~=1.1",
@@ -25,29 +26,29 @@ build-backend = "setuptools.build_meta"
2526
"statsmodels~=0.13",
2627
"tabulate~=0.8",
2728
"z3_solver~=4.11.2",
28-
] # z3_solver does not follow semantic versioning and tying to 4.11 introduces problems
29-
dynamic = ["version"]
29+
] # z3_solver does not follow semantic versioning and tying to 4.11 introduces problems
30+
dynamic = ["version"]
3031

3132
[project.optional-dependencies]
32-
dev = [
33-
"autopep8",
34-
"isort",
35-
"pytest",
36-
"pylint",
37-
"black",
38-
"autoapi",
39-
"myst-parser",
40-
"sphinx-autoapi",
41-
"sphinx_rtd_theme",
42-
]
33+
dev = [
34+
"autopep8",
35+
"isort",
36+
"pytest",
37+
"pylint",
38+
"black",
39+
"autoapi",
40+
"myst-parser",
41+
"sphinx-autoapi",
42+
"sphinx_rtd_theme",
43+
]
4344

4445
[project.urls]
45-
Bug_Tracker = "https://github.com/CITCOM-project/CausalTestingFramework/issues"
46-
Documentation = "https://causal-testing-framework.readthedocs.io/"
47-
Source = "https://github.com/CITCOM-project/CausalTestingFramework"
46+
Bug_Tracker = "https://github.com/CITCOM-project/CausalTestingFramework/issues"
47+
Documentation = "https://causal-testing-framework.readthedocs.io/"
48+
Source = "https://github.com/CITCOM-project/CausalTestingFramework"
4849

4950
[tool.setuptools.packages]
50-
find = {}
51+
find = { }
5152

5253
[tool.setuptools_scm]
5354

0 commit comments

Comments
 (0)