further tweaks

This commit is contained in:
Patrick Robertson
2025-02-11 18:52:28 +00:00
parent 1b976f4c09
commit 22fa9ba456
2 changed files with 2 additions and 9 deletions

View File

@@ -27,13 +27,6 @@ Check out the [core modules](https://github.com/bellingcat/auto-archiver/tree/ma
The manifest file is where you define the core information of your module. It is a python dict containing important information, here's an example file:
```{code} python
:filename: myfile.py
def setup():
pass
```
```{include} ../../../tests/data/test_modules/example_module/__manifest__.py
:name: __manifest__.py
:literal: