Add_conf_to_package_data (#1243)

This commit is contained in:
Omri Mendels
2023-12-31 22:21:20 +02:00
committed by GitHub
parent 175c170876
commit 9d713def51
+1 -1
View File
@@ -29,7 +29,7 @@ setuptools.setup(
"presidio_analyzer.context_aware_enhancers",
],
package_data={
"presidio_analyzer": ["py.typed"],
"presidio_analyzer": ["py.typed", "conf/*"],
},
trusted_host=["pypi.org"],
tests_require=["pytest", "flake8>=3.7.9"],