from setuptools import setup setup( name='python-rex', version='0.2', packages=[], py_modules=['rex'], url='', license='MIT', author='Krzysztof Dorosz', author_email='cypreess@gmail.com', description='Python regular expressions for humans' )