Update Home authored by Steinar Hjellvik's avatar Steinar Hjellvik
......@@ -7,17 +7,17 @@ See the menu to the right for further details.
```text
├── .vscode/ <- Visual Studio Code configuration
├── docs/ <- Documentation files
├── scripts/ <- Script to verify license
├── src
| └── osducli/ <- CLI source code (see Code Structure)
├── tests/ <- Unit tests
├─ .flake8 <- Flake8 linting configuration
├─ .gitignore <- Paths that git should not track
├─ gitlab-ci.yml <- Gitlab pipeline configuration
├─ LICENSE.md <- License information
├─ nose2.cfg <- Nose2 testing configuration
├─ pylintrc <- Pylint linting configuration
├─ pyproject.toml <- Project definition file
├─ README.md <- Main readme document
├── README.rst <- Readme with change information included in package
├── requirements-dev.txt <- Package dependencies for development
├── setup.py <- Package distribution configuration
└── tox.ini <- tox configuration multi python isolated testing
```
\ No newline at end of file