Skip to content

Commit

Permalink
add CODE_OF_CONDUCT.md and CONTRIBUTING.md to dist package
Browse files Browse the repository at this point in the history
  • Loading branch information
thobreuer committed Apr 5, 2024
1 parent 506fa39 commit 1605719
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 @@ -72,7 +72,8 @@ def rel_path(directory, new_root=""):
'data_files': ([(os.path.join(SHARE_PATH, 'docu'),
['docs/JUBE.pdf']),
(SHARE_PATH,
['AUTHORS','LICENSE','RELEASE_NOTES','CITATION.cff'])] +
['AUTHORS','LICENSE','RELEASE_NOTES','CITATION.cff',
'CODE_OF_CONDUCT.md', 'CONTRIBUTING.md'])] +
rel_path("examples", SHARE_PATH) +
rel_path("contrib", SHARE_PATH) +
rel_path("platform", SHARE_PATH)),
Expand Down

0 comments on commit 1605719

Please sign in to comment.