radix / sumtypes

Sum Types, aka Tagged Unions, for Python
MIT License
42 stars 1 forks source link

Add license file #7

Closed kevinheavey closed 2 years ago

kevinheavey commented 3 years ago

It's generally recommended that the LICENSE file be included in the package that gets installed, and packaging tools such as conda complain when it's not there. So this PR fixes that.