mirror of
https://github.com/sprockets/sprockets-postgres.git
synced 2024-11-14 03:00:19 +00:00
4 lines
61 B
Python
4 lines
61 B
Python
#!/usr/bin/env python3
|
|
import setuptools
|
|
|
|
setuptools.setup()
|