mirror of
https://github.com/sprockets/sprockets-postgres.git
synced 2024-12-28 11:24:11 +00:00
pin setuptools dependency in metadata
This commit is contained in:
parent
5739f4dbda
commit
87579ab994
2 changed files with 2 additions and 3 deletions
|
@ -25,7 +25,8 @@ 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
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
import pkg_resources
|
|
||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
pkg_resources.require('setuptools>=40.6')
|
|
||||||
setuptools.setup()
|
setuptools.setup()
|
||||||
|
|
Loading…
Reference in a new issue