Commit 079e7bb8 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix console entry point name, and bump to 0.2 .

parent 9174348a
...@@ -28,7 +28,7 @@ setup( ...@@ -28,7 +28,7 @@ setup(
description=next(x for x in long_description.splitlines() if x.strip()), description=next(x for x in long_description.splitlines() if x.strip()),
long_description='.. contents::\n\n' + long_description, long_description='.. contents::\n\n' + long_description,
keywords='smtp milter funnel', keywords='smtp milter funnel',
version='0.1', version='0.2',
author='Nexedi', author='Nexedi',
author_email='vincent@nexedi.com', author_email='vincent@nexedi.com',
url='https://lab.nexedi.com/vpelletier/python-munnel', # TODO: relocate to /nexedi url='https://lab.nexedi.com/vpelletier/python-munnel', # TODO: relocate to /nexedi
...@@ -42,7 +42,7 @@ setup( ...@@ -42,7 +42,7 @@ setup(
], ],
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [
'funnel=funnel:main', 'munnel=munnel:main',
], ],
} }
) )
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment