Fix up setup.py for some moved files
svn: r20012
This commit is contained in:
parent
e9a2520802
commit
ec2367cb66
6
setup.py
6
setup.py
@ -220,8 +220,8 @@ def write_const_py(install_cmd):
|
|||||||
'''
|
'''
|
||||||
Write the const.py file.
|
Write the const.py file.
|
||||||
'''
|
'''
|
||||||
const_py_in = os.path.join('src', 'const.py.in')
|
const_py_in = os.path.join('src', 'gen', 'const.py.in')
|
||||||
const_py = os.path.join('src', 'const.py')
|
const_py = os.path.join('src', 'gen', 'const.py')
|
||||||
prefix = install_cmd.install_data
|
prefix = install_cmd.install_data
|
||||||
sysconfdir = os.path.join(prefix, 'etc') # Is this correct?
|
sysconfdir = os.path.join(prefix, 'etc') # Is this correct?
|
||||||
|
|
||||||
@ -304,7 +304,7 @@ setup(name = 'gramps',
|
|||||||
packages = ['gramps',
|
packages = ['gramps',
|
||||||
'gramps.cli',
|
'gramps.cli',
|
||||||
'gramps.cli.plug',
|
'gramps.cli.plug',
|
||||||
'gramps.docgen',
|
'gramps.gen.utils.docgen',
|
||||||
'gramps.gen',
|
'gramps.gen',
|
||||||
'gramps.gen.datehandler',
|
'gramps.gen.datehandler',
|
||||||
'gramps.gen.db',
|
'gramps.gen.db',
|
||||||
|
Loading…
Reference in New Issue
Block a user