Commit b1f0ddf
authored
Fix long_description in setup.py
The long description points to `README.rst`, which doesn't exist and makes `pip install .` fail.
This changes the filename to `README.md`. However, we may have to change it in `MANIFEST` as well.1 parent 9a0666e commit b1f0ddf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments