refactor(build): simplify setup.py configuration

- Remove dependency management from setup.py
- Remove entry points configuration (moved to pyproject.toml)
- Keep minimal setup.py for backwards compatibility
- Clean up package metadata structure
This commit is contained in:
UncleCode
2025-01-01 15:52:01 +08:00
parent 78b6ba5cef
commit 67f65f958b
3 changed files with 6 additions and 36 deletions

View File

@@ -1,3 +1,5 @@
# Note: These requirements are also specified in pyproject.toml
# This file is kept for development environment setup and compatibility
aiosqlite~=0.20
lxml~=5.3
litellm>=1.53.1