Merge pull request #12 from pianoman19372/upgrade-setuptools

add explicit version check for setuptools
This commit is contained in:
Gavin M. Roy 2021-05-10 16:18:53 -04:00 committed by GitHub
commit e2b753e962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -1 +1 @@
1.8.0
1.8.1

View file

@ -25,7 +25,7 @@ classifiers =
Topic :: Internet
Topic :: Software Development
Typing :: Typed
requires-dist = setuptools
requires-dist = setuptools>=40.6
keywords =
postgres
python3

View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import setuptools
setuptools.setup()