Skip to content

Commit

Permalink
Add requirements file to manifest
Browse files Browse the repository at this point in the history
Since the requirements files are read in the setup.py, they need to be
accessible for an sdist to be installed. This includes them in the
manifest.

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
  • Loading branch information
jeremycline committed Jan 5, 2017
1 parent 1f2020c commit 78e6166
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ include COPYING
include COPYING.LESSER
include createdb.py
include README.rst
include requirements.txt
include dev-requirements.txt
recursive-include alembic *
recursive-include systemd *

0 comments on commit 78e6166

Please sign in to comment.