diff --git a/setup.py b/setup.py index b63b81f..46d8de8 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( "the human's work. Also optionally outputs to PDF." ), long_description=long_description, - packages=find_packages(), + packages=["app"], classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",