Skip to content

Commit

Permalink
Removes trailing slashes in MANIFEST.in (jazzband#139)
Browse files Browse the repository at this point in the history
Removing trailing slashes fixes compilation on The Windows Operating System.
  • Loading branch information
leifdenby authored and avelis committed Sep 21, 2016
1 parent 79008c0 commit f3a5d28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ include LICENSE
include README*
recursive-include silk/templates *
recursive-include silk/static *
recursive-include silk/code_generation/ *.py
recursive-include silk/profiling/ *.py
recursive-include silk/utils/ *.py
recursive-include silk/views/ *.py
recursive-include silk/code_generation *.py
recursive-include silk/profiling *.py
recursive-include silk/utils *.py
recursive-include silk/views *.py
recursive-include silk *.py

0 comments on commit f3a5d28

Please sign in to comment.