]> git.scottworley.com Git - paperdoorknob/blobdiff - setup.py
Bundle the things needed for a run together into a Spec
[paperdoorknob] / setup.py
index 6464879c1ece96c2dc0350829eb7ba4a7b2ba091..edaa429bc0fd6504f2647b9618074ec381534a81 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -8,8 +8,10 @@ setup(
     author_email="scottworley@scottworley.com",
     url="https://git.scottworley.com/paperdoorknob",
     py_modules=[
+        'args',
         'fetch',
         'paperdoorknob',
+        'spec',
         'texify',
     ],
     license="GPL-3.0",