summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorLoic Guegan <loic.guegan@mailbox.org>2023-10-30 11:50:37 +0100
committerLoic Guegan <loic.guegan@mailbox.org>2023-10-30 11:50:37 +0100
commitbb65f367fc39615187272422b298bb4a9314588a (patch)
tree5095d59a5f471a0f9411f074c5d08c53f0f5f4a6 /setup.cfg
parentb2dfe627589fa29eaea1f4a7d390aded4462b78b (diff)
Update ESDS pypi version
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