summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 40048428a7f434bbc81a442b489ee07fa4512a0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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