Commit c854330a authored by Martín Ferrari's avatar Martín Ferrari

Stuff for dist

parent a7e44669
python-yaml PyYAML
python-unshare
python-passfd
linux-kernel linux-image >= 2.6.35
......@@ -6,11 +6,11 @@ from distutils.core import setup, Extension, Command
setup(
name = 'netns',
version = '0.1',
description = 'foo',
description = 'A framework for creating emulated networks in a single host and run experiments on them',
# long_description = longdesc,
author = 'Martin Ferrari',
author_email = 'martin.ferrari@gmail.com',
# url = 'http://code.google.com/p/python-unshare/',
url = 'http://yans.pl.sophia.inria.fr/code/hgwebdir.cgi/netns/',
license = 'GPLv2',
platforms = 'Linux',
packages = ['netns'],
......
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