BlackrockNeurotech / Python-Utilities

A collection of scripts for loading and manipulating Blackrock Microsystems datafiles.
27 stars 16 forks source link

Allow installation as a proper package #19

Closed cwatson-blackrock closed 2 years ago

cwatson-blackrock commented 2 years ago

The small change in structure and addition of pyproject.toml and setup.py allows brpylib to be installed as a package with pip (pip install git+https://github.com/BlackrockNeurotech/Python-Utilities) and thus included in other projects easily.

Example scripts work exactly as before, and functionality should be unchanged.