We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec656eb commit b2af077Copy full SHA for b2af077
setup.py
@@ -38,7 +38,7 @@ def configuration(parent_package='',top_path=None):
38
license = "MIT",
39
url = 'http://code.google.com/p/pytmatrix/',
40
download_url = \
41
- 'http://pytmatrix.googlecode.com/files/pytmatrix-0.2.0.zip',
+ 'https://github.com/jleinonen/pytmatrix/releases/download/0.2.0/pytmatrix-0.2.0.zip',
42
long_description = long_description,
43
classifiers = [
44
"Development Status :: 4 - Beta",
0 commit comments