mirror of
https://github.com/data-privacy-stack/presidio.git
synced 2026-09-21 13:38:05 -05:00
Add_conf_to_package_data (#1243)
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user