Skip to content

Commit 65711b4

Browse files
committed
changed HISTORY to CHANGELOG in setup.py (failed to install)
1 parent 03e303c commit 65711b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include README.rst LICENSE HISTORY.rst
1+
include README.rst LICENSE CHANGELOG.rst

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
long_description=(
4747
open('README.rst').read() +
4848
'\n\n' +
49-
open('HISTORY.rst').read()
49+
open('CHANGELOG.rst').read()
5050
),
5151
author='fnpy team',
5252
author_email='[email protected]',

0 commit comments

Comments
 (0)