Skip to content

Commit

Permalink
Replace references to HISTORY.rst with CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jgorset committed Sep 28, 2014
1 parent ebd4b31 commit 7e41429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include README.rst
include HISTORY.rst
include CHANGELOG.md
include LICENSE
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

readme = open('README.rst').read()
history = open('HISTORY.rst').read()
history = open('CHANGELOG.md').read()

# Loading the version with ``from facepy import __version__`` will
# cause setuptools to attempt to import dependencies that we have no
Expand Down

0 comments on commit 7e41429

Please sign in to comment.