summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..72e943a
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,11 @@
+[metadata]
+name = esds
+version = 0.0.1
+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 >= 1.22.4