Skip to content

Commit 0dc777d

Browse files
committed
Remove unused metadata
1 parent 2dc1bd8 commit 0dc777d

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

api/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[project]
22
name = "api"
33
version = "0.1.0"
4-
dependencies = []
54

65
[build-system]
76
requires = ["hatchling"]

common/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[project]
22
name = "common"
33
version = "0.1.0"
4-
dependencies = []
54

65
[build-system]
76
requires = ["hatchling"]

domain/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[project]
22
name = "domain"
33
version = "0.1.0"
4-
dependencies = []
54

65
[build-system]
76
requires = ["hatchling"]

scripts/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
[project]
22
name = "scripts"
33
version = "0.1.0"
4-
dependencies = []

test_utils/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[project]
22
name = "test-utils"
33
version = "0.1.0"
4-
dependencies = []
54

65
[build-system]
76
requires = ["hatchling"]

transcriber/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[project]
22
name = "transcriber"
33
version = "0.1.0"
4-
dependencies = []
54

65
[build-system]
76
requires = ["hatchling"]

0 commit comments

Comments
 (0)