Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 5a306ed

Browse files
committed
Include requirement-setuptools.txt in manifest
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 ckan#4271
1 parent dbd7460 commit 5a306ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ include CHANGELOG.txt
1919
include ckan/migration/migrate.cfg
2020
include ckan/migration/README
2121
recursive-include ckan/migration/versions *.sql
22-
recursive-include ckan_deb *
22+
include requirement-setuptools.txt

0 commit comments

Comments
 (0)