From c29af392cf780155ebe45181e84d4abfa0087bc5 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 12 Nov 2014 02:34:35 -0500 Subject: [PATCH] setup.py: update description (C99) --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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', -- 2.34.1