summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: b8545b83f1d43b468a3842e73b0b1ddec250b569 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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]
install_requires = 
    numpy
    pyyaml
packages=find:

[options.packages.find]
exclude = manual