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

Update setup.py

parent d8a4adcc
......@@ -5,13 +5,13 @@
from distutils.core import setup, Extension, Command
setup(
name = 'nemu',
name = 'nemu3',
version = '0.4',
description = 'A lightweight network emulator embedded in a small '
'python library.',
author = 'Martina Ferrari, Alina Quereilhac, Tom Niget',
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',
platforms = 'Linux',
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