diff --git a/README.md b/README.md index 577a74b..d945d9c 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,17 @@ source ./.venv/bin/activate # Activate the virtual env for bash by source. mypy *.py --check-untyped-defs # Run mypy to check type hints. unittest discover . # Run tests. ``` + +## Attribution + +We've made considerable use of the following in putting this together: + +* +* +* + +Design of the python bindings is taken from clang's cindex. + +* + +Mistakes are our own.