diff --git a/setup.cfg b/setup.cfg index e732edb..6620fa0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ url = https://github.com/pupil-labs/pyndsi author = "Pupil Labs" author_email = "info@pupil-labs.com" license = LGPL-3.0 -license_file = LICENSE +license_files = LICENSE classifiers = Development Status :: 5 - Production/Stable Intended Audience :: Developers diff --git a/setup.py b/setup.py index 49a660e..910d989 100644 --- a/setup.py +++ b/setup.py @@ -7,6 +7,7 @@ License details are in the file license.txt, distributed as part of this software. ----------------------------------------------------------------------------------~(*) """ + import glob import os import platform