summarylogtreecommitdiffstats
path: root/setup.py.patch
blob: 12501689566454956e7cb0e0b2fbdb4d952c0648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/setup.py b/setup.py
index 13b4f87..89cf44f 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ def parse_requirements(requirements, ignore=('setuptools',)):
             pkg = line.strip()
             if pkg not in ignore:
                 packages.add(pkg)
-        return packages
+        return tuple(packages)
 
 
 setup(