move top-level modules into a real package
This commit is contained in:
+2
-11
@@ -19,19 +19,10 @@ dependencies = [
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
chromy = "main:main"
|
||||
chromy = "chromy.main:main"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["handlers"]
|
||||
py-modules = [
|
||||
"main",
|
||||
"cli_app",
|
||||
"cli_parser",
|
||||
"chroma_functions",
|
||||
"chunk_functions",
|
||||
"embed",
|
||||
"utilities",
|
||||
]
|
||||
packages = ["chromy", "chromy.handlers"]
|
||||
|
||||
[dependency-groups]
|
||||
dev = ["nuitka[onefile]>=4.0.8"]
|
||||
|
||||
Reference in New Issue
Block a user