Skip to content

Commit 913a102

Browse files
committed
Fix wrong path in readme
1 parent 0cd6a06 commit 913a102

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
url="https://github.com/PyO3/setuptools-rust",
1212
keywords="distutils setuptools rust",
1313
description="Setuptools rust extension plugin",
14-
long_description="\n\n".join(
15-
(open("README.rst").read(), open("CHANGES.rst").read())
16-
),
14+
long_description=open("README.rst").read(),
1715
license="MIT",
1816
packages=["setuptools_rust"],
1917
install_requires=["semantic_version>=2.6.0", "toml>=0.9.0"],

0 commit comments

Comments
 (0)