summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/tsfresh/remove-pyscaffold.patch
blob: b77f35cca7045dad5c54004f242a49f2721e3526 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/setup.cfg b/setup.cfg
index e29e54e..75c3210 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -29,9 +29,6 @@ classifier =
 
 [options]
 packages = find:
-# DON'T CHANGE THE FOLLOWING LINE! IT WILL BE UPDATED BY PYSCAFFOLD!
-setup_requires =
-   pyscaffold>=3.3a0,<4
 # Add here dependencies of your project (semicolon/line-separated), e.g.
 install_requires =
     requests>=2.9.1