summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2020-06-26 11:04:32 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2020-06-26 11:04:32 +0200
commit0ada33c695b8ad5add42d6f39cdfd90ee99b6cf1 (patch)
tree36253c15be8c3887ca8643295993c5b4fe439783 /setup.py
parent87c2a6ae4b1ec7a05ac7f03cc47ca1fdf17b5a74 (diff)
rename main.py to ogclient
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'])]
)