Commit 7f17df26 authored by Tom Niget's avatar Tom Niget

Update setup.py

parent d8a4adcc
...@@ -5,13 +5,13 @@ ...@@ -5,13 +5,13 @@
from distutils.core import setup, Extension, Command from distutils.core import setup, Extension, Command
setup( setup(
name = 'nemu', name = 'nemu3',
version = '0.4', version = '0.4',
description = 'A lightweight network emulator embedded in a small ' description = 'A lightweight network emulator embedded in a small '
'python library.', 'python library.',
author = 'Martina Ferrari, Alina Quereilhac, Tom Niget', author = 'Martina Ferrari, Alina Quereilhac, Tom Niget',
author_email = 'tina@tina.pm, aquereilhac@gmail.com, tom.niget@nexedi.com', author_email = 'tina@tina.pm, aquereilhac@gmail.com, tom.niget@nexedi.com',
url = 'https://github.com/zdimensin/nemu3', url = 'https://github.com/zdimension/nemu3',
license = 'GPLv2', license = 'GPLv2',
platforms = 'Linux', platforms = 'Linux',
packages = ['nemu'], packages = ['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