summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2016-02-13 22:48:29 -0500
committerrsiddharth <rsd@gnu.org>2016-02-13 22:48:29 -0500
commit1a9b71463ba6a9554db808914cbb724dfa5a5aeb (patch)
tree2e2f7b6337e39e0c440278d397ca49596d3c6025 /setup.py
parent481656d1ae0a948a9d3b4dcdf6e5b80413e15241 (diff)
setup.py: updated `data_files`.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 10f6a73..d10e61d 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ config = {
'tests_require': ['nose', 'mock'],
'test_suite': 'nose.collector',
'py_modules': ['lps_gen'],
- 'data_files': [('lpschedule-generator/libreplanet-templates/2016',
+ 'data_files': [('local/share/lpschedule-generator/libreplanet-templates/2016',
['libreplanet-templates/2016/lp-schedule.jinja2',
'libreplanet-templates/2016/lp-speakers.jinja2'])],
'entry_points': {