Skip to content

Commit

Permalink
Merge pull request #167 from googlefonts/remove_glyphsets.definitions…
Browse files Browse the repository at this point in the history
…_from_setup.py

Remove `glyphset.definitions` from setup.py
  • Loading branch information
yanone authored Apr 11, 2024
2 parents faaee6c + 7f3fe26 commit 7f3c094
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 @@ -41,7 +41,7 @@
),
author_email="[email protected]",
package_dir={"": "Lib"},
packages=["glyphsets", "glyphsets.definitions"],
packages=["glyphsets"],
package_data={
"glyphsets": [
"*.json",
Expand Down

0 comments on commit 7f3c094

Please sign in to comment.