updated email in python setup.py files, shifted test dependency together
This commit is contained in:
parent
7e217b4d61
commit
d3210815ab
3 changed files with 4 additions and 6 deletions
|
@ -9,7 +9,7 @@ setup(
|
|||
description="Python ns-3 components of CORE",
|
||||
url="http://www.nrl.navy.mil/itd/ncs/products/core",
|
||||
author="Boeing Research & Technology",
|
||||
author_email="core-dev@pf.itd.nrl.navy.mil",
|
||||
author_email="core-dev@nrl.navy.mil",
|
||||
license="GPLv2",
|
||||
long_description="Python scripts and modules for building virtual simulated networks."
|
||||
)
|
||||
|
|
|
@ -23,17 +23,15 @@ setup(name="core-python",
|
|||
"enum34",
|
||||
"logzero"
|
||||
],
|
||||
setup_requires=[
|
||||
"pytest-runner"
|
||||
],
|
||||
tests_require=[
|
||||
"pytest",
|
||||
"pytest-runner"
|
||||
"pytest-cov",
|
||||
"mock"
|
||||
],
|
||||
description="Python components of CORE",
|
||||
url="http://www.nrl.navy.mil/itd/ncs/products/core",
|
||||
author="Boeing Research & Technology",
|
||||
author_email="core-dev@pf.itd.nrl.navy.mil",
|
||||
author_email="core-dev@nrl.navy.mil",
|
||||
license="BSD",
|
||||
long_description="Python scripts and modules for building virtual emulated networks.")
|
||||
|
|
|
@ -36,7 +36,7 @@ setup(
|
|||
],
|
||||
url="http://www.nrl.navy.mil/itd/ncs/products/core",
|
||||
author="Boeing Research & Technology",
|
||||
author_email="core-dev@pf.itd.nrl.navy.mil",
|
||||
author_email="core-dev@nrl.navy.mil",
|
||||
license="BSD",
|
||||
long_description="Extension modules and utilities to support virtual "
|
||||
"nodes using Linux network namespaces"
|
||||
|
|
Loading…
Reference in a new issue