Skip to content

Commit 71b5152

Browse files
committed
update pyproject
1 parent 4961d70 commit 71b5152

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ requires = ["flit_core >=3.2,<4"]
33
build-backend = "flit_core.buildapi"
44

55
[project]
6-
authors = [{name = "Alexander Mancevice", email = "alexander.mancevice@hey.com"}]
6+
authors = [
7+
{ name = "Alexander Mancevice", email = "alexander.mancevice@hey.com" },
8+
]
79
classifiers = [
810
"Development Status :: 3 - Alpha",
911
"Intended Audience :: Developers",
@@ -18,6 +20,7 @@ classifiers = [
1820
"Programming Language :: Python :: 3.9",
1921
"Programming Language :: Python :: 3.10",
2022
"Programming Language :: Python :: 3.11",
23+
"Programming Language :: Python :: 3.12",
2124
"Topic :: Utilities",
2225
]
2326
dependencies = [
@@ -27,7 +30,7 @@ dependencies = [
2730
"six >= 1.11",
2831
]
2932
dynamic = ["version", "description"]
30-
license = {file = "LICENSE"}
33+
license = { file = "LICENSE" }
3134
name = "influxalchemy"
3235
requires-python = ">= 3.7"
3336
readme = "README.md"
@@ -37,4 +40,4 @@ Home = "https://github.com/amancevice/knackhq"
3740

3841
[tool.pytest.ini_options]
3942
minversion = "6.0"
40-
addopts = "--cov influxalchemy --cov tests --cov-report term-missing --cov-report xml"
43+
addopts = "--cov influxalchemy --cov tests --cov-report term-missing --cov-report xml"

0 commit comments

Comments
 (0)