File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ include README.md
2
2
recursive-include continuousprint/templates *
3
3
recursive-include continuousprint/translations *
4
4
recursive-include continuousprint/static *
5
+ recursive-include continuousprint/data *
Original file line number Diff line number Diff line change 43
43
# already be installed automatically if they exist. Note that if you add something here you'll also need to update
44
44
# MANIFEST.in to match to ensure that python setup.py sdist produces a source distribution that contains all your
45
45
# 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" ]
47
47
48
48
# Any additional python packages you need to install with your plugin that are not contained in <plugin_package>.*
49
49
plugin_additional_packages = []
You can’t perform that action at this time.
0 commit comments