Skip to content

Commit

Permalink
ship a CHANGELOG symlink in the sdist
Browse files Browse the repository at this point in the history
for #8
  • Loading branch information
mriehl committed Jun 9, 2014
1 parent 3dd75ec commit 96dbc0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1,2 +1,2 @@
include README
include CHANGELOG.md
include CHANGELOG
2 changes: 1 addition & 1 deletion build.py
Expand Up @@ -63,7 +63,7 @@ def set_properties(project):
project.set_property('copy_resources_target', '$dir_dist')
project.get_property('copy_resources_glob').append('setup.cfg')
project.get_property('copy_resources_glob').extend(['README',
'CHANGELOG.md',
'CHANGELOG',
'MANIFEST.in'])

project.set_property('flake8_include_test_sources', True)
Expand Down

0 comments on commit 96dbc0c

Please sign in to comment.