Fix license name in setup.py

The file containing the license was being referred as LICENSE when it
was renamed to COPYING.

Fixes: 173fabb ("Rename LICENSE to COPYING")
more_events
Jose M. Guisado 2020-11-04 12:48:53 +00:00 committed by OpenGnSys Support Team
parent b138fbc0db
commit 29d3d06a9c
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ setup(name='ogclient',
packages=['src', 'src.linux', 'src.virtual'],
scripts=['ogclient'],
data_files=[('cfg', ['cfg/ogclient.json']),
('', ['LICENSE'])]
('', ['COPYING'])]
)