Skip to content
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.

Commit

Permalink
Include image data files
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperges committed Nov 29, 2018
1 parent f994650 commit 6f6c98b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ def run(self):
author='Jasper van Nieuwenhuizen',
author_email='[email protected]',
packages=find_packages('.'),
data_files=[('pose_thumbnails', ['README.md', 'CHANGELOG.md'])],
package_data={'pose_thumbnails': ['README.md', 'CHANGELOG.md', 'thumbnails/*.png']},
include_package_data=True,
scripts=[],
url='https://github.com/jasperges/pose-thumbnails',
license='GNU General Public License v2 or later (GPLv2+)',
Expand Down

0 comments on commit 6f6c98b

Please sign in to comment.