depot/third_party/nixpkgs/pkgs/development/python-modules/tsfresh/remove-pyscaffold.patch
Default email 5e7c2d6cef Project import generated by Copybara.
GitOrigin-RevId: f99e5f03cc0aa231ab5950a15ed02afec45ed51a
2023-10-09 21:29:22 +02:00

14 lines
387 B
Diff

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