mirror of
https://github.com/sprockets/sprockets-postgres.git
synced 2024-11-14 03:00:19 +00:00
Merge pull request #12 from pianoman19372/upgrade-setuptools
add explicit version check for setuptools
This commit is contained in:
commit
e2b753e962
3 changed files with 3 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.8.0
|
||||
1.8.1
|
||||
|
|
|
@ -25,7 +25,7 @@ classifiers =
|
|||
Topic :: Internet
|
||||
Topic :: Software Development
|
||||
Typing :: Typed
|
||||
requires-dist = setuptools
|
||||
requires-dist = setuptools>=40.6
|
||||
keywords =
|
||||
postgres
|
||||
python3
|
||||
|
|
1
setup.py
1
setup.py
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
import setuptools
|
||||
|
||||
setuptools.setup()
|
||||
|
|
Loading…
Reference in a new issue