Skip to content

Commit

Permalink
package_data: Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoviceLive committed Apr 18, 2016
1 parent 975e68b commit 1df2ac6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bintut/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@
packages=find_packages(),
package_data={
'bintut.courses.targets': [
'nx_off-canary_off-x86', 'nx_off-canary_off-x64',
'nx_on-canary_off-x86', 'nx_on-canary_off-x64',
'fread-nx_off-canary_off-x86', 'fread-nx_off-canary_off-x64',
'fread-nx_on-canary_off-x86', 'fread-nx_on-canary_off-x64',
'df-nx_off-canary_off-x86',
'winx86.exe'],
'bintut': [version_file]
},
Expand Down

0 comments on commit 1df2ac6

Please sign in to comment.