From ded5efa08659491f3f34b8cc22e4052ad3219557 Mon Sep 17 00:00:00 2001 From: "Jauhien Piatlicki (jauhien)" Date: Fri, 30 Aug 2013 01:30:50 +0200 Subject: pypi: it works now, but no dependency checking, no python version checking at the moment --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ea7070f..4da0991 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup(name = 'g-sorcery', package_data = {'gs_elpa': ['data/*'], 'gs_ctan': ['data/*']}, scripts = ['bin/g-sorcery', 'bin/gs-db-tool', 'bin/gs-elpa', - 'bin/gs-ctan', 'bin/gs-pypi-generate-db'], + 'bin/gs-ctan', 'bin/gs-pypi-generate-db', 'bin/gs-pypi'], 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