Skip to content

Commit

Permalink
Install changelog with package
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuchenb committed Feb 5, 2021
1 parent 87536a0 commit 23d34c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@
#'epytope.Distance2Self': ['src/*'], #does not get installed, because the src folder is no package folder - compiles ok
},

data_files = [
('docs', ['CHANGELOG.md']),
],

#package_data is a lie: http://stackoverflow.com/questions/7522250/how-to-include-package-data-with-setuptools-distribute

# 'package_data' is used to also install non package data files
Expand Down

0 comments on commit 23d34c3

Please sign in to comment.