mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-13 10:38:08 +00:00
add privacy statement to CLI (#695)
This commit is contained in:
@ -44,5 +44,7 @@ setuptools.setup(
|
||||
install_requires=requirements,
|
||||
zip_safe=False,
|
||||
include_package_data=True,
|
||||
package_data={"": ["*.md", "*.txt", "data/licenses.json"]},
|
||||
package_data={
|
||||
"": ["*.md", "*.txt", "onefuzz/data/licenses.json", "onefuzz/data/privacy.txt"]
|
||||
},
|
||||
)
|
||||
|
Reference in New Issue
Block a user