Skip to content

Commit 2cefa2e

Browse files
committed
fix package config
1 parent 6944aec commit 2cefa2e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

pyproject.toml

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

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

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

setup.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers =
1616

1717

1818
[options]
19-
py_modules = quartodoc
19+
packages = find:
2020
include_package_data = True
2121
zipsafe = False
2222

@@ -37,6 +37,10 @@ dev =
3737
jupytext
3838

3939

40+
[project.scripts]
41+
quartodoc = "quartodoc.cli:main"
42+
43+
4044
[bdist_wheel]
4145
universal = 1
4246

0 commit comments

Comments
 (0)