diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-10-26 20:33:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-10-26 20:33:18 +0200 |
commit | b93ac6c1092458fd44732433f5a8a37b253c630c (patch) | |
tree | a37387bc0ddc2be805d47f33fa8e20259171f0cb /setup.py | |
parent | 1e46acf2e17097dbe515061270f41ff7d0e187de (diff) | |
download | gemato-b93ac6c1092458fd44732433f5a8a37b253c630c.tar.gz |
Initial CLI for verification
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ setup( url='http://github.com/mgorny/gemato', packages=['gemato'], + scripts=['bin/gemato'], classifiers=[ 'Development Status :: 2 - Pre-Alpha', |