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

Commit dedb776

Browse files
committed
fix build download link
1 parent ac43e6d commit dedb776

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PyDebug
1+
# PythonDebugTools
22

33
debug helper functions
44

install.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cd D:\WorkSpace\PyDebug>
1+
cd D:\WorkSpace\PythonDebugTools>
22

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

99
python setup.py install
1010

11-
pause
11+
pause

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
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',

src/PythonDebugTools/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

22

3-
version = '1.6.0'
3+
version = '1.6.1'

0 commit comments

Comments
 (0)