From 9cb3865e419df0150ff112cd155759084b5a3933 Mon Sep 17 00:00:00 2001 From: "Jauhien Piatlicki (jauhien)" Date: Thu, 29 Aug 2013 21:56:09 +0200 Subject: install gs-db-tool --- setup.py | 5 +++-- 1 file 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']), -- cgit v1.2.3-65-gdbad