Skip to content

Commit 5582ee3

Browse files
author
James Boulton
committed
bumped fersion
1 parent 99cf16e commit 5582ee3

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dashio"
7-
version = "3.5.8"
7+
version = "3.5.9"
88
description = "DashIO interface library"
99
readme = "README.md"
10-
authors = [
11-
{name = "James Boulton", email = "james@dashio.com"}
12-
]
10+
authors = [{ name = "James Boulton", email = "james@dashio.com" }]
1311
license = "MIT"
1412
classifiers = [
1513
"Programming Language :: Python :: 3.10",
@@ -29,12 +27,7 @@ dependencies = [
2927
]
3028

3129
[project.optional-dependencies]
32-
dev = [
33-
"pytest>=6.0",
34-
"pytest-cov>=2.0",
35-
"flake8>=3.9",
36-
"tox>=4.0",
37-
]
30+
dev = ["pytest>=6.0", "pytest-cov>=2.0", "flake8>=3.9", "tox>=4.0"]
3831

3932
[project.urls]
4033
Homepage = "https://dashio.io"
@@ -76,4 +69,13 @@ no_implicit_reexport = true
7669
[tool.flake8]
7770
max-line-length = 260
7871
per-file-ignores = "__init__.py:F401"
79-
exclude = [".git", "__pycache__", ".tox", "venv", ".venv", "build", "dist", "*.egg-info"]
72+
exclude = [
73+
".git",
74+
"__pycache__",
75+
".tox",
76+
"venv",
77+
".venv",
78+
"build",
79+
"dist",
80+
"*.egg-info",
81+
]

0 commit comments

Comments
 (0)