Skip to content

Commit

Permalink
Version bump for PyScaffold 40
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWilhelm committed Jul 20, 2019
1 parent 7802b2d commit 1fce9e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ 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.0a0,<4.1a0
# Add here dependencies of your project (semicolon/line-separated), e.g.
install_requires =
pyscaffold>=3.2a0,<4.0a0
pyscaffold>=4.0a0,<4.1a0
wheel>=0.31
recommonmark
# The usage of test_requires is discouraged, see `Dependency Management` docs
Expand Down

0 comments on commit 1fce9e6

Please sign in to comment.