diff --git a/setup.py b/setup.py index e08d8b3..0551d71 100644 --- a/setup.py +++ b/setup.py @@ -5,6 +5,7 @@ setup( description='Library to parse Dutch Smart Meter Requirements (DSMR)', author='Nigel Dokter and many others', author_email='nigel@nldr.net', + license='MIT', url='https://github.com/ndokter/dsmr_parser', version='0.28', packages=find_packages(exclude=('test', 'test.*')),