Skip to content

Commit

Permalink
Solve missing smile grammar in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
enekomartinmartinez committed Mar 11, 2022
1 parent 04fc997 commit bb33de7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ include requirements.txt
include dev-requirements.txt
include README.md
include LICENSE
include pysd/py_backend/xmile/smile.grammar
include pysd/translation/xmile/smile.grammar
2 changes: 1 addition & 1 deletion pysd/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.2.1"
__version__ = "2.2.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
]
},
package_data={
'py_backend': [
'translation': [
'xmile/smile.grammar'
]
},
Expand Down

0 comments on commit bb33de7

Please sign in to comment.