Add terminatorconfig

This commit is contained in:
Thomas Hurst 2008-04-10 16:17:18 +01:00
parent c0afcb5d32
commit 08212b0bac
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ setup(name='Terminator',
('share/icons/hicolor/24x24/apps', glob.glob('data/icons/24x24/apps/*.png')),
('share/icons/hicolor/48x48/apps', glob.glob('data/icons/48x48/apps/*.png')),
],
py_modules=['terminatorconfig'],
cmdclass={'install_data': InstallData}
)