Skip to content

Commit d2c97ac

Browse files
committed
Fix README location
`setup.py` has been referencing `README.txt`; as far as I can tell, this file has never existed in the repo, always instead being named `README.md`. Now the path is correct.
1 parent 607f778 commit d2c97ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
license=open("LICENSE.txt").read(),
1111
packages=find_packages(),
1212
description="plotting in the terminal",
13-
long_description=open("README.txt").read(),
13+
long_description=open("README.md").read(),
1414
scripts=['bin/hist', 'bin/scatter'],
1515
)
1616

0 commit comments

Comments
 (0)