Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
fix build download link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakar510 committed Sep 22, 2020
1 parent ac43e6d commit dedb776
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PyDebug
# PythonDebugTools

debug helper functions

Expand Down
4 changes: 2 additions & 2 deletions install.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cd D:\WorkSpace\PyDebug>
cd D:\WorkSpace\PythonDebugTools>

Get-ChildItem -Path "./dist" -Include *.* -File -Recurse | foreach { $_.Delete()}
Get-ChildItem -Path "./build" -Include *.* -File -Recurse | foreach { $_.Delete()}
Expand All @@ -8,4 +8,4 @@ python setup.py build sdist

python setup.py install

pause
pause
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
name='PythonDebugTools',
version=version,
packages=['PythonDebugTools'],
url='https://github.com/Jakar510/PyDebug',
download_url='https://github.com/Jakar510/PyDebug/releases/tag/v1.5.0',
url='https://github.com/Jakar510/PythonDebugTools',
download_url=f'https://github.com/Jakar510/PythonDebugTools/releases/tag/{version}',
license='GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007',
author='Tyler Stegmaier',
author_email='tyler.stegmaier.510@gmail.com',
Expand Down
2 changes: 1 addition & 1 deletion src/PythonDebugTools/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@


version = '1.6.0'
version = '1.6.1'

0 comments on commit dedb776

Please sign in to comment.