# -*- python -*-

from distutils.core import setup

setup(name="@PACKAGE@",
      version="@VERSION@",
      py_modules=["aotcompile", "classfile"])
