Skip to content

Commit

Permalink
update setu.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhij Andreev committed Sep 26, 2023
1 parent a72ef6a commit d319256
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 @@ -9,7 +9,7 @@
python_requires=">=2.7",
package_dir={'standards': '.'},
package_data={
'standards': glob("*/**/*.json", recursive=True) + glob("*/**/*.html", recursive=True)
'standards': glob("*/**/*.json", recursive=True)
},
packages=["standards"],
include_package_data=True,
Expand Down

0 comments on commit d319256

Please sign in to comment.