Added docs generation
This commit is contained in:
@@ -5,6 +5,10 @@ version = "0.1.0"
|
||||
requires-python = ">=3.9"
|
||||
readme = "README.md"
|
||||
license = {text = "AGPL-3.0-only"}
|
||||
dynamic = ["dependencies"]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
dependencies = {file = ["requirements.txt"]}
|
||||
|
||||
[tool.ruff]
|
||||
select = ["ALL"]
|
||||
@@ -16,3 +20,9 @@ target-version = "py39"
|
||||
line-length = 120
|
||||
target-version = ['py39']
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=67.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project.scripts]
|
||||
spoolman_docs = "spoolman.docs:generate_docs"
|
||||
|
||||
Reference in New Issue
Block a user