Skip to content

Commit

Permalink
add missing package data to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Feb 21, 2023
1 parent 868b39e commit 1abd838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ build-backend = "setuptools.build_meta"
include-package-data = false

[tool.setuptools.package-data]
"enaml.core.parser" = ['*.gram']
"enaml.applib" = ['*.enaml']
"enaml.stdlib" = ['*.enaml']
"enaml.workbench.core" = ['*.enaml']
Expand Down

0 comments on commit 1abd838

Please sign in to comment.