mirror of
https://github.com/sprockets/sprockets-postgres.git
synced 2024-11-13 03:00:19 +00:00
pin minimum version of setuptools required
This commit is contained in:
parent
d9b2ed5c69
commit
aeb20c47e2
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -1,3 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
import pkg_resources
|
||||
import setuptools
|
||||
|
||||
pkg_resources.require('setuptools>=40.6')
|
||||
setuptools.setup()
|
||||
|
|
Loading…
Reference in a new issue