Skip to content

Commit 8ad7eed

Browse files
committed
Fix builds
1 parent 7a36235 commit 8ad7eed

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

python/pyproject.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ classifiers = [
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: Implementation :: CPython",
2424
"Programming Language :: Python :: Implementation :: PyPy",
25+
"License :: OSI Approved :: MIT License",
26+
"Intended Audience :: Developers",
2527
"Operating System :: POSIX :: Linux",
2628
"Operating System :: Microsoft :: Windows",
2729
"Operating System :: MacOS",
@@ -45,7 +47,10 @@ Source = "https://github.com/FirebirdSQL/firebird-uuid/python"
4547
[tool.hatch.version]
4648
path = "src/firebird/uuid/__about__.py"
4749

48-
[tool.hatch.build]
50+
[tool.hatch.build.targets.sdist]
51+
include = ["src"]
52+
53+
[tool.hatch.build.targets.wheel]
4954
packages = ["src/firebird"]
5055

5156
[tool.hatch.envs.default]
@@ -77,8 +82,8 @@ python = ["3.8", "3.9", "3.10", "3.11"]
7782
detached = false
7883
platforms = ["linux"]
7984
dependencies = [
80-
"Sphinx>=7.1",
81-
"sphinx-bootstrap-theme>=0.8.1",
85+
"Sphinx>=7.1",
86+
"sphinx-bootstrap-theme>=0.8.1",
8287
"sphinx-autodoc-typehints>=1.24.0",
8388
]
8489
[tool.hatch.envs.doc.scripts]

0 commit comments

Comments
 (0)