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",
|
description="Python ns-3 components of CORE",
|
||||||
url="http://www.nrl.navy.mil/itd/ncs/products/core",
|
url="http://www.nrl.navy.mil/itd/ncs/products/core",
|
||||||
author="Boeing Research & Technology",
|
author="Boeing Research & Technology",
|
||||||
author_email="core-dev@pf.itd.nrl.navy.mil",
|
author_email="core-dev@nrl.navy.mil",
|
||||||
license="GPLv2",
|
license="GPLv2",
|
||||||
long_description="Python scripts and modules for building virtual simulated networks."
|
long_description="Python scripts and modules for building virtual simulated networks."
|
||||||
)
|
)
|
||||||
|
|
|
@ -23,17 +23,15 @@ setup(name="core-python",
|
||||||
"enum34",
|
"enum34",
|
||||||
"logzero"
|
"logzero"
|
||||||
],
|
],
|
||||||
setup_requires=[
|
|
||||||
"pytest-runner"
|
|
||||||
],
|
|
||||||
tests_require=[
|
tests_require=[
|
||||||
"pytest",
|
"pytest",
|
||||||
|
"pytest-runner"
|
||||||
"pytest-cov",
|
"pytest-cov",
|
||||||
"mock"
|
"mock"
|
||||||
],
|
],
|
||||||
description="Python components of CORE",
|
description="Python components of CORE",
|
||||||
url="http://www.nrl.navy.mil/itd/ncs/products/core",
|
url="http://www.nrl.navy.mil/itd/ncs/products/core",
|
||||||
author="Boeing Research & Technology",
|
author="Boeing Research & Technology",
|
||||||
author_email="core-dev@pf.itd.nrl.navy.mil",
|
author_email="core-dev@nrl.navy.mil",
|
||||||
license="BSD",
|
license="BSD",
|
||||||
long_description="Python scripts and modules for building virtual emulated networks.")
|
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",
|
url="http://www.nrl.navy.mil/itd/ncs/products/core",
|
||||||
author="Boeing Research & Technology",
|
author="Boeing Research & Technology",
|
||||||
author_email="core-dev@pf.itd.nrl.navy.mil",
|
author_email="core-dev@nrl.navy.mil",
|
||||||
license="BSD",
|
license="BSD",
|
||||||
long_description="Extension modules and utilities to support virtual "
|
long_description="Extension modules and utilities to support virtual "
|
||||||
"nodes using Linux network namespaces"
|
"nodes using Linux network namespaces"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue