quantopian / empyrical

Common financial risk and performance metrics. Used by zipline and pyfolio.
https://quantopian.github.io/empyrical
Apache License 2.0
1.27k stars 398 forks source link

Include LICENSE file in wheels #99

Closed toddrme2178 closed 6 years ago

toddrme2178 commented 6 years ago

Although not strictly required by the license, having a copy of the license file is preferred by some groups such as Linux distros that repackage the software. This makes sure the license is included in the wheels. See the wheel documentation here for more information.

eigenfoo commented 6 years ago

Thanks @toddrme2178!