projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2bb1aac
)
fixed missing package dir
author
Robin Dunn
<robin@alldunn.com>
Fri, 13 Jul 2001 23:29:13 +0000
(23:29 +0000)
committer
Robin Dunn
<robin@alldunn.com>
Fri, 13 Jul 2001 23:29:13 +0000
(23:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11028
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
wxPython/setup.py
patch
|
blob
|
blame
|
history
diff --git
a/wxPython/setup.py
b/wxPython/setup.py
index 80666d3da39d4b2ba5baf3ae749383e89e08eeb2..eb13eafbc189259e0c5d6cb85bcc755eb20a9063 100755
(executable)
--- a/
wxPython/setup.py
+++ b/
wxPython/setup.py
@@
-692,6
+692,7
@@
if __name__ == "__main__":
packages = [PKGDIR,
PKGDIR+'.lib',
PKGDIR+'.lib.editor',
packages = [PKGDIR,
PKGDIR+'.lib',
PKGDIR+'.lib.editor',
+ PKGDIR+'.lib.mixins'
],
ext_package = PKGDIR,
],
ext_package = PKGDIR,