diff options
author | Jauhien Piatlicki (jauhien) <piatlicki@gmail.com> | 2013-08-30 01:30:50 +0200 |
---|---|---|
committer | Jauhien Piatlicki (jauhien) <piatlicki@gmail.com> | 2013-08-30 01:30:50 +0200 |
commit | e2817c354742e42ff0a0e817c29a9787077d1702 (patch) | |
tree | 3c854403d45f1982d1a799f41b579eb66827e325 /setup.py | |
parent | gs_pypi/pypi_db: undo accidentially commited debug restriction (diff) | |
download | g-sorcery-e2817c354742e42ff0a0e817c29a9787077d1702.tar.gz g-sorcery-e2817c354742e42ff0a0e817c29a9787077d1702.tar.bz2 g-sorcery-e2817c354742e42ff0a0e817c29a9787077d1702.zip |
pypi: it works now, but no dependency checking, no python version checking at the moment
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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']), |