Commit d8a4adcc authored by Tom Niget's avatar Tom Niget

bump version and move passfd

parent a441f5e3
......@@ -6,12 +6,12 @@ from distutils.core import setup, Extension, Command
setup(
name = 'nemu',
version = '0.3.1',
version = '0.4',
description = 'A lightweight network emulator embedded in a small '
'python library.',
author = 'Martina Ferrari, Alina Quereilhac',
author_email = 'tina@tina.pm, aquereilhac@gmail.com',
url = 'https://github.com/NightTsarina/nemu',
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',
license = 'GPLv2',
platforms = 'Linux',
packages = ['nemu'],
......
......@@ -20,7 +20,6 @@
import base64
import errno
import os
import passfd
import re
import select
import signal
......@@ -33,7 +32,7 @@ from pickle import loads, dumps
import nemu.iproute
import nemu.subprocess_
from nemu import compat
from nemu import compat, passfd
from nemu.environ import *
# ============================================================================
......
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