From 0e85fc959778722b579587990952f9871448cd24 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 15 Jan 2021 00:29:32 +0000 Subject: Add manifest and license to python package --- python/LICENSE | 1 + python/MANIFEST.in | 5 +++++ 2 files changed, 6 insertions(+) create mode 120000 python/LICENSE create mode 100644 python/MANIFEST.in diff --git a/python/LICENSE b/python/LICENSE new file mode 120000 index 0000000..ea5b606 --- /dev/null +++ b/python/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/python/MANIFEST.in b/python/MANIFEST.in new file mode 100644 index 0000000..8c95a2e --- /dev/null +++ b/python/MANIFEST.in @@ -0,0 +1,5 @@ +include README.md +exclude Makefile +exclude .gitignore +include src +recursive-include tests *.py -- cgit v1.2.3