From d61eb48cf8077121e823ba550a001674a0409c83 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 11 Sep 2022 16:51:53 +0200 Subject: Create entry point --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup.cfg') 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 -- cgit v1.2.3