We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e303c commit 65711b4Copy full SHA for 65711b4
MANIFEST.in
@@ -1 +1 @@
1
-include README.rst LICENSE HISTORY.rst
+include README.rst LICENSE CHANGELOG.rst
setup.py
@@ -46,7 +46,7 @@
46
long_description=(
47
open('README.rst').read() +
48
'\n\n' +
49
- open('HISTORY.rst').read()
+ open('CHANGELOG.rst').read()
50
),
51
author='fnpy team',
52
author_email='[email protected]',
0 commit comments