diff --git a/bintut/version.txt b/bintut/version.txt index 0d91a54..9e11b32 100644 --- a/bintut/version.txt +++ b/bintut/version.txt @@ -1 +1 @@ -0.3.0 +0.3.1 diff --git a/setup.py b/setup.py index 1b7b1af..bb8266c 100644 --- a/setup.py +++ b/setup.py @@ -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] },