v.licheni.net
/
stack
/
cam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
790d363
)
add missing package_data
author
ale
<ale@incal.net>
Sun, 29 Dec 2013 15:54:12 +0000
(15:54 +0000)
committer
ale
<ale@incal.net>
Sun, 29 Dec 2013 15:54:12 +0000
(15:54 +0000)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
1c20350
..
775e525
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-13,6
+13,8
@@
setup(
setup_requires=[],
zip_safe=False,
packages=find_packages(),
+ package_data={
+ "cam": ["templates/*"]},
entry_points={
"console_scripts": [
"cam = cam.main:main",