summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-09-11 16:51:53 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2022-09-11 16:51:53 +0200
commitd61eb48cf8077121e823ba550a001674a0409c83 (patch)
tree47bff8d15f58b1f2335b0a3b05155798bf37ce74 /setup.cfg
parent1563817f1fc2d0c826c20c7baa56dc0f3fb9d324 (diff)
Create entry point
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index b8545b8..4004842 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,6 +7,10 @@ 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