Skip to content

Commit

Permalink
include video files package
Browse files Browse the repository at this point in the history
  • Loading branch information
gbeckers committed Sep 12, 2023
1 parent cd18a82 commit 651b8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
name='birdwatcher',
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
packages=['birdwatcher', 'birdwatcher.movementdetection', 'birdwatcher.tests'],
packages=['birdwatcher', 'birdwatcher.movementdetection', 'birdwatcher.tests', 'birdwatcher.testvideos'],
package_data={'birdwatcher.testvideos': ['*.mp4']},
include_package_data=True,
url='https://github.com/gbeckers/birdwatcher',
Expand Down

0 comments on commit 651b8f1

Please sign in to comment.