Skip to content

Commit 4586d74

Browse files
committed
Quick fix: specify data_files in setup.py; without this, pip install fails.
1 parent 0b96bd6 commit 4586d74

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,7 @@ def long_description():
5757
"Operating System :: Unix",
5858
"Programming Language :: Python :: Implementation :: CPython",
5959
],
60+
data_files = [
61+
("", ["README.rst"]),
62+
],
6063
)

0 commit comments

Comments
 (0)