This repository was archived by the owner on Jun 4, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- # PyDebug
1+ # PythonDebugTools
22
33debug helper functions
44
Original file line number Diff line number Diff line change 1- cd D:\WorkSpace\PyDebug >
1+ cd D:\WorkSpace\PythonDebugTools >
22
33Get-ChildItem - Path " ./dist" - Include * .* - File - Recurse | foreach { $_.Delete ()}
44Get-ChildItem - Path " ./build" - Include * .* - File - Recurse | foreach { $_.Delete ()}
@@ -8,4 +8,4 @@ python setup.py build sdist
88
99python setup.py install
1010
11- pause
11+ pause
Original file line number Diff line number Diff line change 1313 name = 'PythonDebugTools' ,
1414 version = version ,
1515 packages = ['PythonDebugTools' ],
16- url = 'https://github.com/Jakar510/PyDebug ' ,
17- download_url = 'https://github.com/Jakar510/PyDebug /releases/tag/v1.5.0 ' ,
16+ url = 'https://github.com/Jakar510/PythonDebugTools ' ,
17+ download_url = f 'https://github.com/Jakar510/PythonDebugTools /releases/tag/{ version } ' ,
1818 license = 'GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007' ,
1919 author = 'Tyler Stegmaier' ,
2020 author_email = 'tyler.stegmaier.510@gmail.com' ,
Original file line number Diff line number Diff line change 11
22
3- version = '1.6.0 '
3+ version = '1.6.1 '
You can’t perform that action at this time.
0 commit comments