Small fixes to setup.py and rules.

This commit is contained in:
2007-12-11 19:49:36 +00:00
parent 1798279a32
commit 455b2a7a86
2 changed files with 2 additions and 2 deletions

View File

@@ -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__":