Move main scripts back into src/eddn/

So, yes, running any of these absolutely directly:

    cd src
    python eddn/Gateway.py

will fail.  But you *can*:

    cd src
    python -m eddn.Gateway

and they work perfectly fine.
This commit is contained in:
Athanasius 2022-03-18 11:41:51 +00:00
parent 242fdff00c
commit b437df5af8
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62
5 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ this application directly from the source:
```
cd <eddn files>/src
python EDDN_Gateway.py --config <full path to config.json>
python -m eddn.Gateway --config <full path to config.json>
```
Check the `systemd/eddn_<environment>_config` files for the location of