diff --git a/setup.cfg b/setup.cfg index e0a90a3..2d031ff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ include_package_data = True package_dir = =src # DON'T CHANGE THE FOLLOWING LINE! IT WILL BE UPDATED BY PYSCAFFOLD! -setup_requires = pyscaffold>=3.2a0,<3.3a0 +setup_requires = pyscaffold>=4.6,<4.7 # Add here dependencies of your project (semicolon/line-separated), e.g. # install_requires = numpy; scipy # The usage of test_requires is discouraged, see `Dependency Management` docs