Skip to content

Commit 3f6a822

Browse files
committed
Add data/ folder to setup.py, manifest install configs
1 parent 4786679 commit 3f6a822

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ include README.md
22
recursive-include continuousprint/templates *
33
recursive-include continuousprint/translations *
44
recursive-include continuousprint/static *
5+
recursive-include continuousprint/data *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# already be installed automatically if they exist. Note that if you add something here you'll also need to update
4444
# MANIFEST.in to match to ensure that python setup.py sdist produces a source distribution that contains all your
4545
# files. This is sadly due to how python's setup.py works, see also http://stackoverflow.com/a/14159430/2028598
46-
plugin_additional_data = []
46+
plugin_additional_data = ["continuousprint/data"]
4747

4848
# Any additional python packages you need to install with your plugin that are not contained in <plugin_package>.*
4949
plugin_additional_packages = []

0 commit comments

Comments
 (0)