mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-06 01:56:27 +02:00
21 lines
No EOL
448 B
INI
21 lines
No EOL
448 B
INI
[metadata]
|
|
name = esds
|
|
version = attr: esds.__version__
|
|
author = Loic Guegan
|
|
maintainer = Loic Guegan
|
|
description = Extensible Simulator of Distributed Systems
|
|
keywords = simulator, distributed systems, cyber-physical systems, network, wireless, wired
|
|
license = GNU LGPLv3
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
esds = esds:main
|
|
|
|
[options]
|
|
install_requires =
|
|
numpy
|
|
pyyaml
|
|
packages=find:
|
|
|
|
[options.packages.find]
|
|
exclude = manual |