Skip to content
Snippets Groups Projects
Commit 37f687e3 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Include CHANGELOG.md in distribution

parent ed3f3d9d
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ class ZipCommand(Command):
add_to_root(Path('flamenco-worker.cfg'))
add_to_root(Path('LICENSE.txt'))
add_to_root(Path('README.md'))
add_to_root(Path('CHANGELOG.md'))
paths = collections.deque([Path('system-integration')])
while paths:
......@@ -76,7 +77,7 @@ if __name__ == '__main__':
author='Sybren A. Stüvel',
author_email='sybren@blender.studio',
packages=setuptools.find_packages(),
data_files=[('flamenco_worker', ['README.md', 'LICENSE.txt'])],
data_files=[('flamenco_worker', ['README.md', 'LICENSE.txt', 'CHANGELOG.md'])],
license='GPL',
classifiers=[
'Operating System :: OS Independent',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment