projects
/
pgwui_core
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2abc9e
)
Use proper path in package_data
author
Karl O. Pinc
<kop@meme.com>
Wed, 31 Oct 2018 01:19:38 +0000
(20:19 -0500)
committer
Karl O. Pinc
<kop@meme.com>
Wed, 31 Oct 2018 01:19:38 +0000
(20:19 -0500)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 2122e22c8c362da61925ef6b1b57bce000fbda28..7a2dcbb38a2a5d72f3fe0c93df5d7c5c242425aa 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-166,7
+166,7
@@
setup(
# installed, specify them here. If using Python 2.6 or less, then these
# have to be included in MANIFEST.in as well.
package_data={
- 'pgwui_core': ['
src/pgwui_core/
VERSION'],
+ 'pgwui_core': ['VERSION'],
},
# To provide executable scripts, use entry points in preference to the