summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5d5330d..eeaf5ff 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ setup(name='ogclient',
author_email='soporte-og@soleta.eu',
url='https://github.com/opengnsys/ogClient',
packages=['src', 'src.linux', 'src.virtual'],
- scripts=['main.py'],
+ scripts=['ogclient'],
data_files=[('cfg', ['cfg/ogclient.json']),
('', ['LICENSE'])]
)