Small fixes to setup.py and rules.
This commit is contained in:
parent
1798279a32
commit
455b2a7a86
|
@ -38,7 +38,7 @@ install-python%:
|
|||
dh_clean -k
|
||||
dh_installdirs
|
||||
|
||||
python$* setup.py install --root=$(CURDIR)/debian/fluents
|
||||
python$* setup.py install --root=$(CURDIR)/debian/fluents --install-data=/usr/share/fluents
|
||||
|
||||
# Remove all *.pyc files, created in the postinst
|
||||
# find $(CURDIR)/debian/python-networkx -name "*.pyc" -exec rm {} ';'
|
||||
|
|
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ def configuration(parent_package='', top_path=None):
|
|||
config.add_data_dir('tests')
|
||||
config.add_scripts(['bin/fluents', 'bin/dataset'])
|
||||
config.add_data_dir('icons')
|
||||
config.add_library('fluents')
|
||||
config.add_subpackage('fluents')
|
||||
return config
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Reference in New Issue