Skip to content

Commit b2af077

Browse files
committed
Tweak for GitHub distribution of 0.2.0
1 parent ec656eb commit b2af077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def configuration(parent_package='',top_path=None):
3838
license = "MIT",
3939
url = 'http://code.google.com/p/pytmatrix/',
4040
download_url = \
41-
'http://pytmatrix.googlecode.com/files/pytmatrix-0.2.0.zip',
41+
'https://github.com/jleinonen/pytmatrix/releases/download/0.2.0/pytmatrix-0.2.0.zip',
4242
long_description = long_description,
4343
classifiers = [
4444
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)