Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
langfield committed Nov 8, 2023
1 parent 3d191c7 commit 6addfc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include grammar.lark
include ../.github/workflows/jekyll-gh-pages.yml.example
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ def read_file(filename):
author_email="",
license="",
packages=["ki"],
package_data={"ki": ["grammar.lark"]},
include_package_data=True,
package_data={"ki": ["grammar.lark", "../.github/workflows/jekyll-gh-pages.yml.example"]},
install_requires=read_file("requirements.txt"),
scripts=["subdeck"],
entry_points={
Expand Down

0 comments on commit 6addfc2

Please sign in to comment.