From 29d3d06a9c1cf74497f86be95ed626a03e0af32b Mon Sep 17 00:00:00 2001 From: "Jose M. Guisado" Date: Wed, 4 Nov 2020 12:48:53 +0000 Subject: 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") --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eeaf5ff..cefd789 100644 --- a/setup.py +++ b/setup.py @@ -9,5 +9,5 @@ setup(name='ogclient', packages=['src', 'src.linux', 'src.virtual'], scripts=['ogclient'], data_files=[('cfg', ['cfg/ogclient.json']), - ('', ['LICENSE'])] + ('', ['COPYING'])] ) -- cgit v1.2.3-18-g5258