From a28b11e08782d5b802d9acfa8bff43f6f0e30bcf Mon Sep 17 00:00:00 2001 From: "Ian H. Pittwood" Date: Wed, 5 Jun 2019 08:52:07 -0500 Subject: [PATCH] Include examples in package The examples folder should be kept inside of the package folder as it won't be included if kept outside in the later versions of setuptools. Change-Id: I14fb97e2f59571f0b20ae2c6aedfa62244bd6eb5 --- .../examples}/SiteDesignSpec_v0.1.xlsx | Bin .../examples}/excel_spec.yaml | 0 .../examples}/site_config.yaml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {examples => spyglass_plugin_xls/examples}/SiteDesignSpec_v0.1.xlsx (100%) rename {examples => spyglass_plugin_xls/examples}/excel_spec.yaml (100%) rename {examples => spyglass_plugin_xls/examples}/site_config.yaml (100%) diff --git a/examples/SiteDesignSpec_v0.1.xlsx b/spyglass_plugin_xls/examples/SiteDesignSpec_v0.1.xlsx similarity index 100% rename from examples/SiteDesignSpec_v0.1.xlsx rename to spyglass_plugin_xls/examples/SiteDesignSpec_v0.1.xlsx diff --git a/examples/excel_spec.yaml b/spyglass_plugin_xls/examples/excel_spec.yaml similarity index 100% rename from examples/excel_spec.yaml rename to spyglass_plugin_xls/examples/excel_spec.yaml diff --git a/examples/site_config.yaml b/spyglass_plugin_xls/examples/site_config.yaml similarity index 100% rename from examples/site_config.yaml rename to spyglass_plugin_xls/examples/site_config.yaml