from setuptools import setup setup( name='rfc1751', py_modules=['rfc1751', 'rfc1751wordlist'], entry_points={ 'console_scripts': [ 'rfc1751 = rfc1751:main', ], } )