Skip to content

Commit 8f6459c

Browse files
committed
Use specific version for pyproject.toml
1 parent 5bf0f61 commit 8f6459c

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
description = "A client facing API for interacting with the WeCo AI function builder service."
1212
readme = "README.md"
13-
dynamic = ["version"]
13+
version = "0.1.3"
1414
license = {text = "MIT"}
1515
requires-python = ">=3.8"
1616
dependencies = [
@@ -34,13 +34,7 @@ classifiers = [
3434
Homepage = "https://github.com/WecoAI/weco-python"
3535

3636
[project.optional-dependencies]
37-
dev = [
38-
"flake8",
39-
"flake8-pyproject",
40-
"black",
41-
"isort",
42-
"setuptools_scm",
43-
]
37+
dev = ["build", "setuptools_scm", "flake8", "flake8-pyproject", "black", "isort"]
4438

4539
[tool.setuptools]
4640
packages = ["weco"]

0 commit comments

Comments
 (0)