Skip to content

Commit

Permalink
Merge pull request #12 from pianoman19372/upgrade-setuptools
Browse files Browse the repository at this point in the history
add explicit version check for setuptools
  • Loading branch information
gmr committed May 10, 2021
2 parents d9b2ed5 + c4f1099 commit e2b753e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.0
1.8.1
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers =
Topic :: Internet
Topic :: Software Development
Typing :: Typed
requires-dist = setuptools
requires-dist = setuptools>=40.6
keywords =
postgres
python3
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import setuptools

setuptools.setup()

0 comments on commit e2b753e

Please sign in to comment.