mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Commiting to Hatch for packaging.
This commit is contained in:
0
Pipfile → _Pipfile
vendored
0
Pipfile → _Pipfile
vendored
0
Pipfile.lock → _Pipfile.lock
generated
vendored
0
Pipfile.lock → _Pipfile.lock
generated
vendored
10
pyproject.toml
vendored
10
pyproject.toml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user