diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-11 16:51:53 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-11 16:51:53 +0200 |
| commit | d61eb48cf8077121e823ba550a001674a0409c83 (patch) | |
| tree | 47bff8d15f58b1f2335b0a3b05155798bf37ce74 /setup.cfg | |
| parent | 1563817f1fc2d0c826c20c7baa56dc0f3fb9d324 (diff) | |
Create entry point
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
