Skip to content

Commit 055eafb

Browse files
committed
setup.py: added download_url that points to a page with all downloads. allows pip installing old versions.
1 parent e43b946 commit 055eafb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
author = 'Robot Framework Developers',
5252
author_email = 'robotframework@gmail.com',
5353
url = 'http://robotframework.org',
54+
download_url = 'http://code.google.com/p/robotframework/downloads/list?can=1',
5455
license = 'Apache License 2.0',
5556
description = 'A generic test automation framework',
5657
long_description = DESCRIPTION,

0 commit comments

Comments
 (0)