summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix license name in setup.pyJose M. Guisado2020-11-061-1/+1
| | | | | | | The file containing the license was being referred as LICENSE when it was renamed to COPYING. Fixes: 173fabb ("Rename LICENSE to COPYING")
* rename main.py to ogclientOpenGnSys Support Team2020-06-261-1/+1
|
* Add setup.py installation scriptRoberto Hueso Gómez2020-06-161-0/+13
This script can be useful to install ogclient on distributions that do not have an already built ogclient package. It is necessary to install ogclient in the right path, so the command you have to use looks similar to: python3 setup.py install --prefix=/opt/opengnsys/ogclient --install-lib=/opt/opengnsys/ogclient --install-script=/opt/opengnsys/ogclient