Commit 9c8fb8c4 authored by Martín Ferrari's avatar Martín Ferrari

Typo

parent 48393eea
...@@ -7,8 +7,8 @@ from distutils.core import setup, Extension, Command ...@@ -7,8 +7,8 @@ from distutils.core import setup, Extension, Command
setup( setup(
name = 'nemu', name = 'nemu',
version = '0.1', version = '0.1',
description = '''A lightweight network emulator embedded in a small description = 'A lightweight network emulator embedded in a small '
python library.''' 'python library.',
author = 'Martín Ferrari', author = 'Martín Ferrari',
author_email = 'martin.ferrari@gmail.com', author_email = 'martin.ferrari@gmail.com',
url = 'http://code.google.com/p/nemu/', url = 'http://code.google.com/p/nemu/',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment