Fix uv packaging config
This commit is contained in:
+3
-3
@@ -4,7 +4,7 @@ version = "0.1.0"
|
||||
description = "Interactive Color Range Analyzer (ICRS) for Tkinter"
|
||||
readme = "README.md"
|
||||
authors = [{ name = "ICRS contributors" }]
|
||||
license = { text = "MIT" }
|
||||
license = "MIT"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"pillow>=10.0.0",
|
||||
@@ -19,5 +19,5 @@ icrs = "app.app:start_app"
|
||||
[tool.uv]
|
||||
package = true
|
||||
|
||||
[tool.uv.scripts]
|
||||
icrs = "python main.py"
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["app"]
|
||||
|
||||
Reference in New Issue
Block a user