diff --git a/setup.cfg b/setup.cfg index fa933b5..f3b6513 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ packages = find: include_package_data = True package_dir = =src -install_requires = pyscaffold>=3.2a0,<4.0a0;pyscaffoldext-markdown +install_requires = pyscaffold>=3.2a0,<4.0a0;pyscaffoldext-markdown<0.4a0 # DON'T CHANGE THE FOLLOWING LINE! IT WILL BE UPDATED BY PYSCAFFOLD! setup_requires = pyscaffold>=3.2a0,<3.3a0 # The usage of test_requires is discouraged, see `Dependency Management` docs