diff options
author | Jose M. Guisado <jguisado@soleta.eu> | 2020-12-03 12:29:50 +0000 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-12-03 13:38:43 +0100 |
commit | f0aa3df485172e8419d37186b08cd480f0a2a7d9 (patch) | |
tree | fa5ae5ca7dabfaac149d4f29b7a9287c46980f1b /setup.py | |
parent | 900a1c8f08340be47939294621b40cec82efc944 (diff) |
Rename 'linux' folder and operations to 'live'
ogLive related operations are named inside a 'Linux' folder, also its
python class is named OgLinuxOperations. Rename every 'linux' occurrence
with live to further clarify this folder and operations.
- OgLinuxOperations -> OgLiveOperations
- src/linux/ -> src/live/
Fixes: 1377acee ('Rename 'linux' mode to 'live' mode')
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ setup(name='ogclient', author='Soleta OpenGnsys Support Team', author_email='soporte-og@soleta.eu', url='https://github.com/opengnsys/ogClient', - packages=['src', 'src.linux', 'src.virtual'], + packages=['src', 'src.live', 'src.virtual'], scripts=['ogclient'], data_files=[('cfg', ['cfg/ogclient.json']), ('', ['COPYING'])] |