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

[options.packages.find]
exclude = manual