X-Git-Url: http://git.scottworley.com/rfc1751/blobdiff_plain/27ff981f35ca587c6a385ca8485fcb027ed62b71..33598cc562f604c7e8db3dab9dcc8905f7e9aa71:/setup.py 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',