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