commit | 018a168d39fbac82e6f5475c5f04d8fbaa09ddc0 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Jul 10 15:50:33 2020 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Jul 31 11:10:58 2020 +0200 |
tree | 905115822be6d3c9ce2e56c13540c9423ea5c9df | |
parent | 3e6c963e23b5af4b27fbd9427669c4fd05e338f2 [diff] [blame] |
Support command line invocation Effectively this opens the KorAP API also for shell scripts. Change-Id: I10181f7882f07ef1d9dc12e572b387af9f79fcba
diff --git a/setup.py b/setup.py index 65d92ed..b60cbac 100644 --- a/setup.py +++ b/setup.py
@@ -24,6 +24,7 @@ 'Intended Audience :: Developers', 'Intended Audience :: Science/Research', ], + scripts=['bin/korapclient'], test_suite='nose.collector', tests_require=['nose'], python_requires='>=3.6',