Skip to content

Commit a3706b8

Browse files
author
Rowan
authored
Fixed #151 pip installation not running (#152)
Switched build system to setuptools
1 parent a51a394 commit a3706b8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[build-system]
2-
requires = ["flit_core >=2,<4"]
3-
build-backend = "flit_core.buildapi"
2+
requires = ["setuptools", "wheel"]
43

54
[tool.flit.metadata]
65
module = "mmpy_bot"

0 commit comments

Comments
 (0)