Last change
on this file since ad2d4a1 was
f0aa3df,
checked in by OpenGnSys Support Team <soporte-og@…>, 4 years ago
|
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.
Fixes: 1377acee ('Rename 'linux' mode to 'live' mode')
|
-
Property mode set to
100644
|
File size:
442 bytes
|
Rev | Line | |
---|
[118572c] | 1 | from distutils.core import setup |
---|
| 2 | |
---|
| 3 | setup(name='ogclient', |
---|
| 4 | version='1.0', |
---|
| 5 | description='Client for the OpenGnsys ecosystem', |
---|
| 6 | author='Soleta OpenGnsys Support Team', |
---|
| 7 | author_email='soporte-og@soleta.eu', |
---|
| 8 | url='https://github.com/opengnsys/ogClient', |
---|
[f0aa3df] | 9 | packages=['src', 'src.live', 'src.virtual'], |
---|
[0ada33c] | 10 | scripts=['ogclient'], |
---|
[118572c] | 11 | data_files=[('cfg', ['cfg/ogclient.json']), |
---|
[29d3d06] | 12 | ('', ['COPYING'])] |
---|
[118572c] | 13 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.