mirror of
https://github.com/sprockets/sprockets-postgres.git
synced 2024-11-14 11:19:27 +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 :: Internet
|
||||||
Topic :: Software Development
|
Topic :: Software Development
|
||||||
Typing :: Typed
|
Typing :: Typed
|
||||||
requires-dist = setuptools
|
requires-dist = setuptools>=40.6
|
||||||
keywords =
|
keywords =
|
||||||
postgres
|
postgres
|
||||||
python3
|
python3
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
setuptools.setup()
|
setuptools.setup()
|
||||||
|
|
Loading…
Reference in a new issue