Skip to content

Commit 63a6318

Browse files
committed
fix package install config
1 parent 63bcfd0 commit 63a6318

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]
2+
requires = ["setuptools>=45,<=58", "wheel", "setuptools_scm>=6.2"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.pytest.ini_options]
@@ -10,3 +10,6 @@ testpaths = [
1010
]
1111

1212
[tool.setuptools_scm]
13+
14+
[project.scripts]
15+
quartodoc = "quartodoc.cli:main"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = quartodoc
3-
version = file: VERSION
3+
version = dynamic
44
description = Generate API documentation with quarto.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)