diff options
author | Jauhien Piatlicki (jauhien) <piatlicki@gmail.com> | 2013-08-29 21:56:09 +0200 |
---|---|---|
committer | Jauhien Piatlicki (jauhien) <piatlicki@gmail.com> | 2013-08-29 21:56:09 +0200 |
commit | 9cb3865e419df0150ff112cd155759084b5a3933 (patch) | |
tree | a624d2ca1ce1cf88ecb04d03ac1f9edd7e717679 | |
parent | upstream layman supports g-sorcery now (diff) | |
download | gs-elpa-9cb3865e419df0150ff112cd155759084b5a3933.tar.gz gs-elpa-9cb3865e419df0150ff112cd155759084b5a3933.tar.bz2 gs-elpa-9cb3865e419df0150ff112cd155759084b5a3933.zip |
install gs-db-tool
-rw-r--r-- | setup.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,10 +7,11 @@ setup(name = 'g-sorcery', description = 'g-sorcery framework for automated ebuild generators', author = 'Jauhien Piatlicki', author_email = 'piatlicki@gmail.com', - packages = ['g_sorcery', 'gs_elpa', 'gs_ctan', 'gs_pypi'], + packages = ['g_sorcery', 'gs_db_tool', 'gs_elpa', 'gs_ctan', 'gs_pypi'], package_data = {'gs_elpa': ['data/*'], 'gs_ctan': ['data/*']}, - scripts = ['bin/g-sorcery', 'bin/gs-elpa', 'bin/gs-ctan', 'bin/gs-pypi-generate-db'], + scripts = ['bin/g-sorcery', 'bin/gs-db-tool', 'bin/gs-elpa', + 'bin/gs-ctan', 'bin/gs-pypi-generate-db'], data_files = [('/etc/g-sorcery/', ['gs-elpa.json']), ('/etc/g-sorcery/', ['gs-ctan.json']), ('/etc/g-sorcery/', ['gs-pypi.json']), |