]> git.scottworley.com Git - paperdoorknob/blobdiff - setup.py
More structure and tests around splitting the page into chunks' DOMs.
[paperdoorknob] / setup.py
index bd23bdde09d1d10722c8605a2d8fe24b4048a8ae..21527392028491df1dfffc0d1b5e870662223d03 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,17 @@ setup(
     author="Scott Worley",
     author_email="scottworley@scottworley.com",
     url="https://git.scottworley.com/paperdoorknob",
-    py_modules=['paperdoorknob'],
+    py_modules=[
+        'args',
+        'domfilter',
+        'fetch',
+        'glowfic',
+        'htmlfilter',
+        'images',
+        'paperdoorknob',
+        'spec',
+        'texify',
+    ],
     license="GPL-3.0",
     entry_points={'console_scripts': ['paperdoorknob = paperdoorknob:main']},
 )