mirror of
https://github.com/ck-zhang/EyePy.git
synced 2026-04-30 22:44:13 -05:00
Fix library structure
This commit is contained in:
+5
-1
@@ -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,2 +1,2 @@
|
||||
__all__ = ["__version__"]
|
||||
__version__ = "0.2.0"
|
||||
__version__ = "0.2.2"
|
||||
|
||||
Reference in New Issue
Block a user