author_email="scottworley@scottworley.com",
url="https://git.scottworley.com/paperdoorknob",
py_modules=[
+ 'args',
'fetch',
'paperdoorknob',
+ 'spec',
+ 'texify',
],
license="GPL-3.0",
entry_points={'console_scripts': ['paperdoorknob = paperdoorknob:main']},