chore: Move files from recipe to main repository
Created by: beenje
For community modules, some extra files have to be in the recipe, but for ESS modules we (the e3 team) decided that all files should be in the main repository. It makes the development process much easier:
- You can compile your module in a local conda environment by running
make -f Makefile.E3
- You have only one repo to maintain
Are you ok with moving those files here?