Skip to content

Commit 2b0ee95

Browse files
author
Michael van Tellingen
committed
Fix path in MANIFEST file (prepend src)
1 parent 9b21924 commit 2b0ee95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MANIFEST.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include *.rst
22
include AUTHORS
33
include LICENSE
4-
recursive-include oscar/templates *.txt *.html
5-
recursive-include oscar/static *
6-
recursive-include oscar/locale *.po *.mo
4+
recursive-include src/oscar/templates *.txt *.html
5+
recursive-include src/oscar/static *
6+
recursive-include src/oscar/locale *.po *.mo

0 commit comments

Comments
 (0)