X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=pyproject.toml;fp=pyproject.toml;h=fefddadcdd7d54a493cfe8a176884e12c28d23ae;hp=0000000000000000000000000000000000000000;hb=698c6699295ea4436bdc39ed15c21fe8cc8cf517;hpb=7dc10476791b9e639d98d54ca697aaa6565fbc10 diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..fefddad --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,7 @@ +# Copyright (c) 2022 mudpy authors. Permission to use, copy, +# modify, and distribute this software is granted under terms +# provided in the LICENSE file distributed with this software. + +[build-system] +requires = ["pbr>=5.8.0", "setuptools>=36.6.0", "wheel"] +build-backend = "pbr.build"