Skip to content

Commit

Permalink
code added to include holy pickles to final distribution package
Browse files Browse the repository at this point in the history
  • Loading branch information
aseemsavio committed Oct 22, 2022
1 parent 1c14f2f commit 66075a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
keywords="christianity, catholicism, catholic, christian, religion, cli",
packages=find_packages(),
include_package_data=True,
data_files=[("catholic/pickles", ["catholic/pickles/canon.pickle",
"catholic/pickles/catechism.pickle",
"catholic/pickles/girm.pickle"
])],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 66075a9

Please sign in to comment.