Updated setup for current directory structure and changed the location of the glade directory.
svn: r19744
This commit is contained in:
parent
92bc0c7dc0
commit
0dcd17cefd
7
setup.py
7
setup.py
@ -344,12 +344,11 @@ setup(name = 'gramps',
|
|||||||
'gramps.gui.selectors',
|
'gramps.gui.selectors',
|
||||||
'gramps.gui.views',
|
'gramps.gui.views',
|
||||||
'gramps.gui.views.treemodels',
|
'gramps.gui.views.treemodels',
|
||||||
'gramps.gui.widgets'],
|
'gramps.gui.widgets',
|
||||||
|
'gramps.test'],
|
||||||
package_data={'gramps': ['data/*.txt',
|
package_data={'gramps': ['data/*.txt',
|
||||||
'data/*.xml',
|
'data/*.xml',
|
||||||
'data/templates/*.html',
|
'gui/glade/*.glade',
|
||||||
'data/templates/registration/*.html',
|
|
||||||
'glade/*.glade',
|
|
||||||
'images/*.ico',
|
'images/*.ico',
|
||||||
'images/*.png',
|
'images/*.png',
|
||||||
'images/splash.jpg',
|
'images/splash.jpg',
|
||||||
|
Loading…
Reference in New Issue
Block a user