File: setup.cfg

package info (click to toggle)
ns3 3.46-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 105,864 kB
  • sloc: cpp: 624,863; python: 14,863; ansic: 6,772; makefile: 1,950; sh: 987; javascript: 167; perl: 102
file content (42 lines) | stat: -rw-r--r-- 1,263 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[metadata]
name = ns3
description = ns-3 network simulator and visualizer
long_description = file: README.md
long_description_content_type = text/markdown
author = nsnam
author_email = webmaster@nsnam.org
license = GPL-2.0-only
platforms = any
url = https://www.nsnam.org/

project_urls =
    Tracker = https://gitlab.com/nsnam/ns-3-dev/-/issues
    Documentation = https://www.nsnam.org/docs/tutorial/html/index.html
    Source = https://gitlab.com/nsnam/ns-3-dev

keywords =
    network-simulator

classifiers =
    Development Status :: 5 - Production/Stable
    Operating System :: POSIX :: Linux
    #Operating System :: MacOS
    #Operating System :: Microsoft :: Windows
    Intended Audience :: Education
    Intended Audience :: Developers
    Intended Audience :: Science/Research
    Programming Language :: C++
    Programming Language :: Python :: 3.8
    Programming Language :: Python :: 3.9
    Programming Language :: Python :: 3.10
    Programming Language :: Python :: 3.11
    Programming Language :: Python :: 3 :: Only
    Programming Language :: Python :: Implementation :: CPython
    License :: OSI Approved :: GNU General Public License v2 (GPLv2)

[options]
zip_safe = False
python_requires = >=3.8
install_requires =
    cppyy==3.5.0