* Fixed error in `setup.py` where the `fonoapi` package was being imported into `setup.py`, meaning that if you were installing the package onto a machine that didn't have one of the packages in `install_requires` installed, the installation would fail. Fixed by removing the import in `setup.py`, and copying some of the variables that were imported into `setup.py` itself