Last change
on this file since b138fbc was
0ada33c,
checked in by OpenGnSys Support Team <soporte-og@…>, 5 years ago
|
rename main.py to ogclient
|
-
Property mode set to
100644
|
File size:
443 bytes
|
Line | |
---|
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', |
---|
9 | packages=['src', 'src.linux', 'src.virtual'], |
---|
10 | scripts=['ogclient'], |
---|
11 | data_files=[('cfg', ['cfg/ogclient.json']), |
---|
12 | ('', ['LICENSE'])] |
---|
13 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.