summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2021-09-13 01:54:59 -0600
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2021-09-13 01:54:59 -0600
commitad4f0144b82a0e881ac7b0a8f1cdb0232775e43a (patch)
treefb1d2cab7a960121401f25198175bb4334c19a74 /pyproject.toml
parent2bdeadd7891e90e04666ed5a095e62a5e32de987 (diff)
change to using pbr and restructure directoriesHEADmaster
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..b5a3c46
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,6 @@
+[build-system]
+requires = [
+ "setuptools>=42",
+ "wheel"
+]
+build-backend = "setuptools.build_meta" \ No newline at end of file