diff --git a/MakeRelease.py b/MakeRelease.py index 0c2cc1218..145d8a949 100644 --- a/MakeRelease.py +++ b/MakeRelease.py @@ -86,7 +86,7 @@ zipf.write(output,os.path.join('SignalIntegrity-'+__version__,os.path.relpath(input, root))) zipf.close() os.chdir(os.path.abspath(os.path.join(root,'../SignalIntegrity-'+__version__))) -result = os.system('python setup.py bdist_wheel') +result = os.system('python3 setup.py bdist_wheel') #os.system('twine upload dist/*') #os.system('twine upload --repository-url https://test.pypi.org/legacy/ dist/*') pass diff --git a/setup.py b/setup.py index 98c802f26..101d968ed 100644 --- a/setup.py +++ b/setup.py @@ -59,8 +59,7 @@ data_files=[('.',['LICENSE.txt','README.md']), (pathToIcons, [pathToIcons+'/AppIcon2.gif', pathToIcons+'/AppIcon2.ico', - pathToIcons+'/gpl.gif', - pathToIcons+'/tlecroy-logo-15.gif']), + pathToIcons+'/gpl.gif']), (pathToMoreIcons, [pathToMoreIcons+'/document-new-3.gif', pathToMoreIcons+'/document-open-2.gif',