projects
/
pgwui_logout
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aab9750
)
Use proper path in package_data
author
Karl O. Pinc
<kop@meme.com>
Wed, 31 Oct 2018 01:13:33 +0000
(20:13 -0500)
committer
Karl O. Pinc
<kop@meme.com>
Wed, 31 Oct 2018 01:13:33 +0000
(20:13 -0500)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index e9fc84c3294faf1d53e9dbd9fbf10e27561f13cc..99793a82b7c96a10aeb850d26125108bb73c5a8d 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-149,8
+149,8
@@
setup(
# have to be included in MANIFEST.in as well.
package_data={
'pgwui_logout': [
- '
src/pgwui_logout/
templates/*.mak',
- '
src/pgwui_logout/
VERSION',
+ 'templates/*.mak',
+ 'VERSION',
],
},