Skip to content

Commit 46c5b0a

Browse files
committed
pyproject.tomls
1 parent a76c09b commit 46c5b0a

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

yaqc/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ requires-python = ">=3.6"
99
dependencies = ["fastavro>=1.7"]
1010
dynamic = ["version"]
1111
license = "LGPL-3.0-only"
12-
description="Generic yaq client."
13-
readme="README.md"
14-
classifiers=[
12+
description = "Generic yaq client."
13+
readme = "README.md"
14+
classifiers = [
1515
"Development Status :: 5 - Production/Stable",
1616
"Intended Audience :: Science/Research",
1717
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",

yaqd-core/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ build-backend = "hatchling.build"
55
[project]
66
name = "yaqd-core"
77
authors = [{name="yaq developers"}]
8+
description = "Core python package for implementing yaq daemons, and associated utilities."
89
requires-python = ">=3.7"
910
dependencies = ["platformdirs", "tomli", "tomli-w", "fastavro>=1.4.0"]
10-
readme="README.md"
11+
readme = "README.md"
1112
dynamic = ["version"]
1213
license = "LGPL-3.0-only"
13-
classifiers=[
14+
classifiers = [
1415
"Development Status :: 5 - Production/Stable",
1516
"Intended Audience :: Science/Research",
1617
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",

yaqd-fakes/pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "yaqd-fakes"
7+
description = "fake yaq daemons, for testing purposes"
78
authors = [{name="yaq developers"}]
89
requires-python = ">=3.7"
910
dependencies = ["yaqd-core>=2022.3.0"]
10-
readme="README.md"
11-
license="LGPL-3.0-only"
12-
dynamic=["version"]
13-
classifiers=[
11+
readme = "README.md"
12+
license = "LGPL-3.0-only"
13+
dynamic = ["version"]
14+
classifiers = [
1415
"Development Status :: 5 - Production/Stable",
1516
"Intended Audience :: Science/Research",
1617
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",

0 commit comments

Comments
 (0)