Skip to content

Commit f60249b

Browse files
timbroderJNRowe
authored andcommitted
Don't use trailing slashes in MANIFEST.in.
Breaks on Windows, see http://docs.python.org/distutils/apiref.html#distutils.util.convert_path
1 parent f4c0a1f commit f60249b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ James Rowe <jnrowe@gmail.com>
2121
Josh Weinberg <daemoncollector@gmail.com>
2222
Barthelemy Dagenais <bart@cs.mcgill.ca>
2323
Surajram Kumarave <root@surajram.com>
24+
broderboy <timothy.broder@gmail.com>

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ recursive-include doc *.rst
88
include doc/conf.py
99
include doc/Makefile
1010
include doc/.templates/layout.html
11-
prune doc/.build/
11+
prune doc/.build
1212

1313
include tests/*.py
1414
recursive-include tests/data *

0 commit comments

Comments
 (0)