Commiting to Hatch for packaging.

This commit is contained in:
th3r00t
2023-11-03 13:49:34 -04:00
parent 6487282458
commit 723c515bb3
3 changed files with 3 additions and 7 deletions

View File

0
Pipfile.lock → _Pipfile.lock generated vendored
View File

10
pyproject.toml vendored
View File

@@ -7,7 +7,7 @@ name = "pyshelf"
dynamic = ["version"]
description = ''
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.12"
license = "CC-BY-NC-ND-4.0"
keywords = []
authors = [
@@ -16,11 +16,7 @@ authors = [
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
@@ -57,7 +53,7 @@ cov = [
]
[[tool.hatch.envs.all.matrix]]
python = ["3.7", "3.8", "3.9", "3.10", "3.11"]
python = ["3.12"]
[tool.hatch.envs.lint]
detached = true