From: Philippe Proulx Date: Wed, 12 Nov 2014 07:35:46 +0000 (-0500) Subject: setup.py: update keywords X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=401f0c4fdcd0287ad8150077b8fa1ad288900d5c;p=deliverable%2Fbarectf.git setup.py: update keywords --- diff --git a/setup.py b/setup.py index 3319943..34bd830 100755 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ setup(name='barectf', author='Philippe Proulx', author_email='eeppeliteloop@gmail.com', license='MIT', - keywords='tsdl ctf metadata', + keywords='ctf generator tracing bare-metal bare-machine', url='https://github.com/eepp/barectf', packages=packages, install_requires=install_requires,