X-Git-Url: http://git.scottworley.com/rfc1751/blobdiff_plain/27ff981f35ca587c6a385ca8485fcb027ed62b71..c4374da5ae0994f0ca5e2e243e5577199267d985:/setup.py?ds=sidebyside diff --git a/setup.py b/setup.py index b095d73..2cbac9c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='rfc1751', - py_modules=['rfc1751'], + py_modules=['rfc1751', 'rfc1751wordlist'], entry_points={ 'console_scripts': [ 'rfc1751 = rfc1751:main',