Update Home authored by Mark Hewitt's avatar Mark Hewitt
...@@ -17,7 +17,7 @@ See the menu to the right for further details. ...@@ -17,7 +17,7 @@ See the menu to the right for further details.
├─ pylintrc <- Pylint linting configuration ├─ pylintrc <- Pylint linting configuration
├─ README.md <- Main readme document ├─ README.md <- Main readme document
├── README.rst <- Readme with change information included in package ├── README.rst <- Readme with change information included in package
├── requirements.txt <- Package dependencies for development ├── requirements-dev.txt <- Package dependencies for development
├── setup.py <- Package distribution configuration ├── setup.py <- Package distribution configuration
└── tox.ini <- tox configuration multi python isolated testing └── tox.ini <- tox configuration multi python isolated testing
``` ```
\ No newline at end of file