Skip to content

Commit 3c46537

Browse files
elelayantazend
authored andcommitted
Backport: fix paths in MANIFEST.in (#295)
- correctly use README.md instead of README.rst - folder for documentation is now called "docs" instead of "doc"
1 parent 2206ddc commit 3c46537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
include README.rst
1+
include README.md
22
include COPYING.txt
33
graft examples
44
graft tests
5-
graft doc
5+
graft docs
66
graft pyslurm/slurm
77
graft pyslurm/pydefines
88
recursive-include pyslurm *.pyx *.px[di] *.h

0 commit comments

Comments
 (0)