Skip to content

Commit

Permalink
fix to setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
PetePupalaikis committed Mar 15, 2024
1 parent f051a7b commit 51204d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MakeRelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 51204d9

Please sign in to comment.