Skip to content

Commit e97e2f2

Browse files
authored
Merge pull request #135 from BSmick6/fix/add-build-system
build: Add build-system to install project scripts
2 parents 3fb0a9a + 4fa4eef commit e97e2f2

File tree

2 files changed

+836
-830
lines changed

2 files changed

+836
-830
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ dev = [
3030
[project.scripts]
3131
pump_bot = "bot_runner:main"
3232

33+
[build-system]
34+
requires = ["setuptools>=61.0"]
35+
build-backend = "setuptools.build_meta"
36+
3337
[tool.ruff]
3438
exclude = [
3539
".bzr",

0 commit comments

Comments
 (0)