Skip to content

Commit

Permalink
revert to include all in psp
Browse files Browse the repository at this point in the history
  • Loading branch information
alchem0x2A committed Dec 4, 2024
1 parent cb76ecf commit aca595b
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 @@ -51,6 +51,6 @@
"test": test_requires,
"doc": test_requires + doc_requires,
},
package_data={"sparc": ["psp/*.psp8", "sparc_json_api/*.json"]},
package_data={"sparc": ["psp/*", "sparc_json_api/*.json"]},
include_package_data=True,
)

0 comments on commit aca595b

Please sign in to comment.