summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg21
1 files changed, 0 insertions, 21 deletions
diff --git a/setup.cfg b/setup.cfg
deleted file mode 100644
index 4004842..0000000
--- a/setup.cfg
+++ /dev/null
@@ -1,21 +0,0 @@
-[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 \ No newline at end of file