setup.py (6 lines of code) (raw):

from setuptools import setup setup( name="datahub-sync", version="0.0", py_modules=["sync"], )