-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
from setuptools.command.develop import develop | ||
from setuptools.command.install import install | ||
|
||
VERSION = '0.9' | ||
VERSION = '1.0' | ||
|
||
modname = distname = 'ipmininet' | ||
|
||
|
@@ -81,8 +81,8 @@ def run(self): | |
version=VERSION, | ||
description='A mininet extension providing components to emulate IP' | ||
'networks running multiple protocols.', | ||
author='Olivier Tilmans', | ||
author_email='[email protected]', | ||
author='Olivier Tilmans, Mathieu Jadin', | ||
author_email='[email protected], [email protected]', | ||
packages=find_packages(), | ||
include_package_data=True, | ||
classifiers=[ | ||
|