summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2018-05-24 09:31:32 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2019-07-19 14:58:36 +0300
commit1dd7d4838e537bd4b5297c1d486394763f7d3647 (patch)
treead7e28857f4d0aea9641b1a3f0145fa69f9ea5d3 /pyproject.toml
parent0c28bbc2fb90e45f7ac1544aa72b717659cc4fcd (diff)
downloadapscheduler-1dd7d4838e537bd4b5297c1d486394763f7d3647.tar.gz
Modernized the packaging configuration
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..95b48ac
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,2 @@
+[build-system]
+requires = ["setuptools >= 36.2.7", "wheel", "setuptools_scm >= 1.7.0"]