from setuptools import setup

setup(
    name="mozhg",
    version="0.1",
    description="Common Mercurial code to support Mozilla Mercurial customizations",
    author="Mozilla Developer Services",
    packages=["mozhg"],
)
