Skip to content

Commit

Permalink
Merge pull request #27 from prompt-security/package_all_test_data_not…
Browse files Browse the repository at this point in the history
…_just_csv

Package all attack test data not just .csv files
  • Loading branch information
vitaly-ps authored Apr 16, 2024
2 parents cd3dc0b + f3dd2dd commit cfa3bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
url="https://github.com/prompt-security/ps-fuzz",
packages=find_packages(),
package_data={
'ps_fuzz': ['attack_data/*.csv'],
'ps_fuzz': ['attack_data/*'],
},
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit cfa3bd8

Please sign in to comment.