projects
/
pgwui_common
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
368c53c
)
Use proper path in package_data
author
Karl O. Pinc
<kop@meme.com>
Wed, 31 Oct 2018 02:43:11 +0000
(21:43 -0500)
committer
Karl O. Pinc
<kop@meme.com>
Wed, 31 Oct 2018 02:43:11 +0000
(21:43 -0500)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index ea22593668e82c7ac6b83ab8518cf1df1ccc7f0d..65cf8524cd2f36239490218415da9b598b3fab52 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-150,9
+150,9
@@
setup(
# installed, specify them here.
package_data={
'pgwui_common': [
- 's
rc/pgwui_common/s
tatic/*.css',
- '
src/pgwui_common/
templates/*.mak',
- '
src/pgwui_common/
VERSION',
+ 'static/*.css',
+ 'templates/*.mak',
+ 'VERSION',
],
},