aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJauhien Piatlicki (jauhien) <piatlicki@gmail.com>2013-08-29 21:56:09 +0200
committerJauhien Piatlicki (jauhien) <piatlicki@gmail.com>2013-08-29 21:56:09 +0200
commit9cb3865e419df0150ff112cd155759084b5a3933 (patch)
treea624d2ca1ce1cf88ecb04d03ac1f9edd7e717679
parentupstream layman supports g-sorcery now (diff)
downloadgs-elpa-9cb3865e419df0150ff112cd155759084b5a3933.tar.gz
gs-elpa-9cb3865e419df0150ff112cd155759084b5a3933.tar.bz2
gs-elpa-9cb3865e419df0150ff112cd155759084b5a3933.zip
install gs-db-tool
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 5cdb58c..ea7070f 100644
--- a/setup.py
+++ b/setup.py
@@ -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']),