Skip to content

Commit

Permalink
Merge pull request #25 from freedomofpress/packages
Browse files Browse the repository at this point in the history
Explicitly set packages in setup.py
  • Loading branch information
sssoleileraaa authored Apr 21, 2022
2 parents b29e222 + 3e68158 commit 20caa5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 20caa5f

Please sign in to comment.