mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-09 15:26:03 +00:00
Address code review feedback
- Made package-data configuration more specific to langbot package only - Improved path detection with caching to avoid repeated file I/O - Removed sys.path searching which was incorrect for package data - Removed interactive input() call for non-interactive environment compatibility - Simplified error messages for version check Co-authored-by: RockChinQ <45992437+RockChinQ@users.noreply.github.com>
This commit is contained in:
@@ -112,7 +112,7 @@ packages = { find = {} }
|
||||
include-package-data = true
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
"*" = [
|
||||
langbot = [
|
||||
"web/out/**/*",
|
||||
"templates/**/*",
|
||||
"res/**/*",
|
||||
|
||||
Reference in New Issue
Block a user