aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2021-02-26 20:20:09 -0700
committerTim Harder <radhermit@gmail.com>2021-02-27 04:22:14 -0700
commitfd073717afb282a7e1314573a5e56d7361fddc22 (patch)
tree1ec0edea9683d09d44867f4df1b9eacd8f3dc91f /pyproject.toml
downloadpkgdev-fd073717afb282a7e1314573a5e56d7361fddc22.tar.gz
pkgdev-fd073717afb282a7e1314573a5e56d7361fddc22.tar.bz2
pkgdev-fd073717afb282a7e1314573a5e56d7361fddc22.zip
initial import
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..249dcf1
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,6 @@
+[build-system]
+requires = [
+ "wheel", "setuptools",
+ "snakeoil @ https://github.com/pkgcore/snakeoil/archive/master.tar.gz#egg=snakeoil",
+]
+build-backend = "setuptools.build_meta"