From e0a790ff7baef4c050bb753e629d1e9b37895664 Mon Sep 17 00:00:00 2001 From: Adam Radziszewski <adam.radziszewski@pwr.wroc.pl> Date: Mon, 23 Apr 2012 12:39:32 +0200 Subject: [PATCH] comment in iobber --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e3d3ac0..5312bb4 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup(name='iobber', 'data/model-kpwr03/*.cr', 'data/model-kpwr03/*.lex'] # TODO: pre-trained models as well }, - license='GPL', # hopefully + license='GPL', entry_points={ 'console_scripts': [ 'iobber = iobber.iobber:go' -- GitLab