Obtain filename matcher from function keywordmatcher
Future implementation of commands kwexpand/kwshrink will also need this.
#!/usr/bin/env python
# $Id$
from distutils.core import setup
import hgkw.version
# specify version, Mercurial version otherwise
version = ''
hgkw.version.rememberversion(version)
setup(name='hgkw',
version=hgkw.version.getversion(),
description='Mercurial keyword extension (standalone)',
author='Christian Ebert',
author_email='blacktrash@gmx.net',
license='GNU GPL',
packages=['hgkw'],
)