Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
touma-I committed Oct 6, 2024
1 parent c6514d5 commit 552b5fc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 16 deletions.
6 changes: 1 addition & 5 deletions transforms/code/code2parquet/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ requires = ["setuptools>=68.0.0", "wheel", "setuptools_scm[toml]>=7.1.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}]

[build-system]
requires = ["setuptools>=68.0.0", "wheel", "setuptools_scm[toml]>=7.1.0"]
build-backend = "setuptools.build_meta"
dependencies = {file = ["requirements.txt"]}

[project.optional-dependencies]
dev = [
Expand Down
4 changes: 0 additions & 4 deletions transforms/code/code_quality/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ build-backend = "setuptools.build_meta"
dependencies = {file = ["requirements.txt"]}


[build-system]
requires = ["setuptools>=68.0.0", "wheel", "setuptools_scm[toml]>=7.1.0"]
build-backend = "setuptools.build_meta"

[project.optional-dependencies]
dev = [
"twine",
Expand Down
2 changes: 1 addition & 1 deletion transforms/code/license_select/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dpk_license_select_transform_python"
version = "0.2.1.dev0"
version = "0.2.2.dev0"
requires-python = ">=3.10"
description = "License Select Python Transform"
license = {text = "Apache-2.0"}
Expand Down
6 changes: 3 additions & 3 deletions transforms/code/license_select/ray/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dpk_license_select_transform_ray"
version = "0.2.1.dev0"
version = "0.2.2.dev0"
requires-python = ">=3.10"
description = "License Select Transform"
license = {text = "Apache-2.0"}
Expand All @@ -10,8 +10,8 @@ authors = [
{ name = "Mark Lewis", email = "[email protected]" },
]
dependencies = [
"dpk-license-select-transform-python==0.2.1.dev0",
"data-prep-toolkit-ray==0.2.1.dev0",
"dpk-license-select-transform-python==0.2.2.dev0",
"data-prep-toolkit-ray==0.2.2.dev0",
]

[build-system]
Expand Down
3 changes: 0 additions & 3 deletions transforms/language/lang_id/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ build-backend = "setuptools.build_meta"
[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}

[build-system]
requires = ["setuptools>=68.0.0", "wheel", "setuptools_scm[toml]>=7.1.0"]
build-backend = "setuptools.build_meta"

[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit 552b5fc

Please sign in to comment.