pylib/mozhg/setup.py (8 lines of code) (raw):

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"], )