This directory exists to keep the project base directory clean and holds any files that do not have to live in the project root. It contains the folowing files:
| Filename | Description |
|---|---|
classifiers.txt |
The Trove classifiers for this project (loaded into setup.py). |
pylint.cfg |
Configuration for Pylint during invoke check. |
skeleton_module.py |
A skeleton file to quickly create new package modules. |
skeleton_testmodule.py |
A skeleton file to quickly create new test modules. |