]> git.scottworley.com Git - paperdoorknob/blobdiff - setup.py
Bundle the things needed for a run together into a Spec
[paperdoorknob] / setup.py
index bd23bdde09d1d10722c8605a2d8fe24b4048a8ae..edaa429bc0fd6504f2647b9618074ec381534a81 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,13 @@ setup(
     author="Scott Worley",
     author_email="scottworley@scottworley.com",
     url="https://git.scottworley.com/paperdoorknob",
-    py_modules=['paperdoorknob'],
+    py_modules=[
+        'args',
+        'fetch',
+        'paperdoorknob',
+        'spec',
+        'texify',
+    ],
     license="GPL-3.0",
     entry_points={'console_scripts': ['paperdoorknob = paperdoorknob:main']},
 )