forked from Lainports/opnsense-ports
11 lines
263 B
TOML
11 lines
263 B
TOML
--- pyproject.toml.orig 2019-07-26 01:33:34 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,6 +1,6 @@
|
|
[build-system]
|
|
-requires = ["flit"]
|
|
-build-backend = "flit.buildapi"
|
|
+requires = ["flit_core"]
|
|
+build-backend = "flit_core.buildapi"
|
|
|
|
[tool.flit.metadata]
|
|
module = "undefined"
|