]> git.scottworley.com Git - rfc1751/blobdiff - setup.py
Move word list to separate file
[rfc1751] / setup.py
index b095d735cc69a5ddd392b9c064876b44d8e4d526..2cbac9ca706b433b7df7a59acf7c148baf92da15 100644 (file)
--- 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',