Skip to content

Commit 6c655f9

Browse files
committed
Adds license information to the setup function
As suggested in https://packaging.python.org/distributing/#license
1 parent 890e043 commit 6c655f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
version='0.4.6',
66
description='Python logging handler for Logstash.',
77
long_description=open('README.rst').read(),
8+
license='MIT',
89
author='Volodymyr Klochan',
910
author_email='vklochan@gmail.com',
1011
url='https://github.com/vklochan/python-logstash',

0 commit comments

Comments
 (0)