setup.py: update description (C99)
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 12 Nov 2014 07:34:35 +0000 (02:34 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 12 Nov 2014 07:34:35 +0000 (02:34 -0500)
setup.py

index 84a6fcc916354690397f4609f2ed1286f256eaf2..331994375701f46763da512c989ef51283a94325 100755 (executable)
--- 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',
This page took 0.023204 seconds and 4 git commands to generate.