from distutils.core import setup

setup(
    name = 'spark',
    version = "PORTVERSION",
    packages = [''],
    )
