patrickfuller / jgraph

An embeddable webGL graph visualization library.
http://patrickfuller.github.io/jgraph
MIT License
133 stars 31 forks source link

Include LICENSE.txt file in wheels #14

Closed toddrme2178 closed 6 years ago

toddrme2178 commented 6 years ago

The license requires that all copies of the software include the license. This makes sure the license is included in the wheels. See the wheel documentation here for more information.

patrickfuller commented 6 years ago

Thanks!