core-extra/daemon/ns3/setup.py

15 lines
437 B
Python

from setuptools import setup
setup(
name="corens3-python",
version="5.0",
packages=[
"corens3",
],
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",
license="GPLv2",
long_description="Python scripts and modules for building virtual simulated networks."
)