diff --git a/setup.py b/setup.py index efbe8f282..0d3ccec97 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,10 @@ license="GPLv3+", install_requires=[], python_requires=">=3.5", + packages=setuptools.find_packages(exclude=["docs", "tests"]), + package_data={ + 'securedrop_log': ['VERSION'], + }, url="https://github.com/freedomofpress/securedrop-log", classifiers=[ "Development Status :: 3 - Alpha",