alecthomas / importmagic

A Python library for finding unresolved symbols in Python code, and the corresponding imports
BSD 2-Clause "Simplified" License
120 stars 20 forks source link

Package the license file #42

Closed jakirkham closed 7 years ago

jakirkham commented 7 years ago

Add the license file to MANIFEST.in so it is included in sdists and related packages.

alecthomas commented 7 years ago

Thanks!