core-extra/ns3/setup.py

15 lines
424 B
Python

from setuptools import setup
setup(
name="core-ns3",
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@nrl.navy.mil",
license="GPLv2",
long_description="Python scripts and modules for building virtual simulated networks."
)