diff --git a/setup.py b/setup.py index 5ba54cf0..4907fe8d 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,9 @@ url='http://pydub.com', packages=['pydub'], long_description=__doc__, + package_data={ + '': ['LICENSE'], + }, classifiers=[ 'Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: MIT License',