Skip to content

Commit

Permalink
build: sync common files from github_organization_management repository
Browse files Browse the repository at this point in the history
  • Loading branch information
metworkbot committed Feb 10, 2023
1 parent dacb347 commit ec28779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/_plugin_ref_interesting_files.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
| `python3_virtualenv_sources/`<br>`requirements-to-freeze.txt` | main requirements file for python3 plugins (you shouldn't freeze versions here). |
| `python3_virtualenv_sources/`<br>`requirements3.txt` | frozen requirements file for python3 plugins (generated from `requirements-to-freeze.txt` file, deleted by `make superclean`, commit this file to your VCS to freeze your dependencies). |
| `python3_virtualenv_sources/`<br>`allow_binary_packages` | file to delete if you don't want `pip` to use binary packages (it will try to compile them during install) |
| `python3_virtualenv_sources/`<br>`override` | file to delete if you don't want `pip` to override packages available in mfext (it will try to use the version of mfext packages) |
| **`.layerapi2_label`** | layerapi2 file to hold the plugin name as `plugin_{plugin name}@module_in_lowercase` |
| **`.layerapi2_dependencies`** | layerapi2 file to hold the layers to load when entering the plugin environment (you can also put some plugins with the syntax `plugin_{other plugin name}@module_in_lowercase` to inherit from another plugin |
| `.layerapi2_extra_env` | can be used to define extra environment variables in your plugin environment (see layerapi2 documentation) |
Expand Down

0 comments on commit ec28779

Please sign in to comment.