mirror of
https://github.com/sprockets/sprockets-postgres.git
synced 2024-11-13 03:00:19 +00:00
6 lines
123 B
Python
6 lines
123 B
Python
#!/usr/bin/env python
|
|
import pkg_resources
|
|
import setuptools
|
|
|
|
pkg_resources.require('setuptools>=40.6')
|
|
setuptools.setup()
|