From 4714c7e0090a15aa8b8fdb4b46460487a8d81a48 Mon Sep 17 00:00:00 2001 From: lmbelo Date: Wed, 6 Sep 2023 16:10:27 -0300 Subject: [PATCH] Defining accepted package data files --- setup.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index baf740e..4b7db5f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,4 +51,7 @@ python_requires = >=3 setup_requires = setuptools_scm cmdclass = - bdist_wheel = build.BDistWheel \ No newline at end of file + bdist_wheel = build.BDistWheel + +[options.package_data] +* = *.pyd, *.xml \ No newline at end of file