Skip to content

Commit 6e9032f

Browse files
committed
use CHANGELOG
1 parent e82b5ae commit 6e9032f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ graft examples
66
prune docs/build
77
recursive-include examples *.py *.crt *.key *.pem *.csr
88
recursive-include utils *.sh
9-
include README.rst LICENSE CONTRIBUTORS.rst HISTORY.rst tox.ini test_requirements.txt .coveragerc Makefile
9+
include README.rst LICENSE CHANGELOG.rst tox.ini test_requirements.txt .coveragerc Makefile
1010
global-exclude *.pyc *.pyo *.swo *.swp *.map *.yml *.DS_Store

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
author_email='[email protected]',
3939
url='https://github.com/python-hyper/hyper-h2',
4040
packages=find_packages(where="src"),
41-
package_data={'': ['LICENSE', 'README.rst', 'HISTORY.rst']},
41+
package_data={'': ['LICENSE', 'README.rst', 'CHANGELOG.rst']},
4242
package_dir={'': 'src'},
4343
python_requires='>=3.6.1',
4444
include_package_data=True,

0 commit comments

Comments
 (0)