Skip to content

Commit

Permalink
Merge pull request #598 from arcivanov/setuptools_39.x
Browse files Browse the repository at this point in the history
Setuptools 39.x
  • Loading branch information
arcivanov committed Jun 5, 2018
2 parents c6c7725 + 469e4a3 commit 6beb935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Expand Up @@ -96,7 +96,7 @@ def initialize(project):

project.depends_on("tblib")
project.depends_on("pip", "~=9.0")
project.depends_on("setuptools", "~=39.0.0")
project.depends_on("setuptools", "~=39.0")
project.depends_on("wheel", "~=0.31")
project.depends_on("tailer", "~=0.4")

Expand Down

0 comments on commit 6beb935

Please sign in to comment.