From 63c0b485375e33d9441004e7360e6a0fc3f69eba Mon Sep 17 00:00:00 2001 From: stefan Date: Tue, 14 Mar 2023 18:50:15 +0900 Subject: [PATCH] bump --- LICENSE.txt | 2 +- MANIFEST.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index c0da9ca..8e73798 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2022 Stefan Holst +Copyright (c) 2020-2023 Stefan Holst Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/MANIFEST.in b/MANIFEST.in index 11cee4f..cb81f10 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ -include *.ipynb include *.txt +recursive-include examples *.ipynb recursive-include tests *.bench recursive-include tests *.gz recursive-include tests *.py