diff --git a/setup.cfg b/setup.cfg index 8e11d46..92411d6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,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