From b54d1ca837f41e1b8eaf1b7984d4799ca2cc50e4 Mon Sep 17 00:00:00 2001
From: Blaise Li <blaise.li__git@nsup.org>
Date: Mon, 27 Jan 2020 16:25:56 +0100
Subject: [PATCH] Adding setuptools as build requirement.

---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index ed6b2f3..68f20bc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,7 @@
 [build-system]
 requires = [
     #"wheel",
+    "setuptools",
     "Cython",
     "pysam",
     "pybedtools @ git+https://github.com/blaiseli/pybedtools.git@pep518",
-- 
GitLab