Fix library structure

This commit is contained in:
ck-zhang
2025-04-24 08:41:37 +08:00
parent 77df3c8c2f
commit 891fb93934
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -38,7 +38,11 @@ eyetrax-virtualcam = "eyetrax.app.virtualcam:run_virtualcam"
packages = ["src/eyetrax"]
[tool.hatch.build]
include = ["LICENSE"]
include = [
"src/eyetrax/**",
"LICENSE",
"README.md"
]
[tool.hatch.version]
path = "src/eyetrax/_version.py"
+1 -1
View File
@@ -1,2 +1,2 @@
__all__ = ["__version__"]
__version__ = "0.2.0"
__version__ = "0.2.2"