ME-ICA / mapca

A Python implementation of the moving average principal components analysis methods from GIFT
GNU General Public License v2.0
6 stars 8 forks source link

[FIX] Minor changes to packaging files #37

Closed tsalo closed 3 years ago

tsalo commented 3 years ago

In preparation for the release, I've made a number of small changes, including:

  1. Fix paths in pyproject.toml for black formatter.
  2. Add license name to info.py.
  3. Add license info to mapca.py.
  4. Create MANIFEST.in for files to include in package that are outside of the code folder.