rossant / ipycache

Defines a %%cache cell magic in the IPython notebook to cache results of long-lasting computations in a persistent pickle file
BSD 3-Clause "New" or "Revised" License
138 stars 35 forks source link

Include the license file in PyPI package #70

Open mbrukman opened 2 years ago

mbrukman commented 2 years ago

There's an in-progress PR https://github.com/rossant/ipycache/pull/45 on this, but given the potential file extension change in https://github.com/rossant/ipycache/issues/68 and the migration from setup.py to setup.cfg in https://github.com/rossant/ipycache/issues/69, we may need to adjust this.

Here's an easy way to include the license file via setup.cfg:

[metadata]
license_files = LICENSE.txt