From e84d58e5f25347b1e5adf792d38ee3b5b48630cc Mon Sep 17 00:00:00 2001 From: Jordan Speicher Date: Thu, 27 Jan 2022 08:13:54 -0600 Subject: [PATCH] Include py.typed in MANIFEST.in for compatibility with sdist and bdist --- MANIFEST.in | 3 ++- setup.cfg | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 6a5a44c..855ab2e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ include LICENSE.txt include README.md -include CHANGELOG \ No newline at end of file +include CHANGELOG +recursive-include py_src py.typed diff --git a/setup.cfg b/setup.cfg index c205e5c..0da9851 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,6 +29,3 @@ include_package_data = True [options.packages.find] where = py_src - -[options.package_data] -gpiod = py.typed