Raw File
setup.py
#!/usr/bin/env python

import setuptools

if __name__ == "__main__":
    setuptools.setup()
back to top