@@ -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 ]
4648path = " 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 ]
4954packages = [" src/firebird" ]
5055
5156[tool .hatch .envs .default ]
@@ -77,8 +82,8 @@ python = ["3.8", "3.9", "3.10", "3.11"]
7782detached = false
7883platforms = [" linux" ]
7984dependencies = [
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