Skip to content

Commit

Permalink
Assets fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesridgway committed Feb 6, 2021
1 parent 585d21c commit 6b8dc1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include assets/font-awesome/*
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ def get_version():
license='MIT',
packages=find_packages(),
scripts=['bin/devdeck'],
install_requires=install_reqs
install_requires=install_reqs,
include_package_data=True
)

0 comments on commit 6b8dc1b

Please sign in to comment.