From baed383781f70e46aa8c60eeb1bcf670ada19ab8 Mon Sep 17 00:00:00 2001 From: Tom Bromley <49409390+trbromley@users.noreply.github.com> Date: Mon, 23 Dec 2019 14:04:15 -0500 Subject: [PATCH] Add apps data to manifest (#278) * Add apps data to manifest * Update changelog --- .github/CHANGELOG.md | 3 +++ MANIFEST.in | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index af5fe61f8..b2e58dff2 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -23,6 +23,9 @@ * Correct URL for image in `README` [#273](https://github.com/XanaduAI/strawberryfields/pull/273) +* Add applications data to `MANIFEST.in` + [#278](https://github.com/XanaduAI/strawberryfields/pull/278) + --- # Release 0.12.0 diff --git a/MANIFEST.in b/MANIFEST.in index ac865556b..173edbce6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,4 +3,5 @@ include doc/* include LICENSE include examples/* include tests/* -include strawberryfields/backends/data/* \ No newline at end of file +include strawberryfields/backends/data/* +include strawberryfields/apps/data/*