mirror of
https://github.com/chainstacklabs/pumpfun-bonkfun-bot.git
synced 2026-07-27 15:27:44 +00:00
build: Add build-system to install project scripts
This change adds the standard [build-system] table to pyproject.toml, which allows entry points like 'pump_bot' to be installed correctly with 'uv pip install -e .'. This resolves the warning: 'Skipping installation of entry points because this project is not packaged'.
This commit is contained in:
@@ -30,6 +30,10 @@ dev = [
|
||||
[project.scripts]
|
||||
pump_bot = "bot_runner:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=61.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.ruff]
|
||||
exclude = [
|
||||
".bzr",
|
||||
|
||||
Reference in New Issue
Block a user