Skip to content

Commit

Permalink
Include requirement-setuptools.txt in manifest
Browse files Browse the repository at this point in the history
When attempting to `pip install ckan` it fails as the setup.py requires
the requirement-setuptools.txt to be present, and it is not.  This
change makes sure that the pip install will not fail due to the absence
of this file.

This PR does not include the requirements.txt as this would likely
require further discussion about how requirements are loaded.

Fixes #4271
  • Loading branch information
rossjones committed Jun 6, 2018
1 parent dbd7460 commit 5a306ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Expand Up @@ -19,4 +19,4 @@ include CHANGELOG.txt
include ckan/migration/migrate.cfg
include ckan/migration/README
recursive-include ckan/migration/versions *.sql
recursive-include ckan_deb *
include requirement-setuptools.txt

0 comments on commit 5a306ed

Please sign in to comment.