From: Philippe Proulx Date: Wed, 12 Nov 2014 07:34:35 +0000 (-0500) Subject: setup.py: update description (C99) X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c29af392cf780155ebe45181e84d4abfa0087bc5;p=deliverable%2Fbarectf.git setup.py: update description (C99) --- diff --git a/setup.py b/setup.py index 84a6fcc..3319943 100755 --- a/setup.py +++ b/setup.py @@ -35,8 +35,8 @@ if v.major < 3: install_requires = [ - 'termcolor', - 'pytsdl', + 'termcolor', + 'pytsdl', ] @@ -54,7 +54,7 @@ entry_points = { setup(name='barectf', version=0.1, - description='Generator of ANSI C code that can write native CTF', + description='Generator of C99 code that can write native CTF', author='Philippe Proulx', author_email='eeppeliteloop@gmail.com', license='MIT',