Add license tag

This commit is contained in:
Fabian Affolter 2021-04-21 23:36:25 +02:00 committed by GitHub
parent e607b62fa2
commit ada02bf993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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