| commit | dbc7c5d56a033a0b69c006b57a2f2abbf41fb132 | [log] [tgz] |
|---|---|---|
| author | chunfeng <cloudtrends@users.noreply.github.com> | Wed Nov 26 17:09:30 2014 -0800 |
| committer | chunfeng <cloudtrends@users.noreply.github.com> | Wed Nov 26 17:09:30 2014 -0800 |
| tree | 9642d8e9b1478ddf81b1da9468fc285527e9026a | |
| parent | 1f4db269bcdde838cade57736da696f92d320370 [diff] |
Update setup.py update the project url for :http://github.com/BroganD1993/ec2stack
diff --git a/setup.py b/setup.py index 7fecfa3..b1d7e66 100644 --- a/setup.py +++ b/setup.py
@@ -21,7 +21,7 @@ PROJECT = 'ec2stack' VERSION = '0.7.1' -URL = 'http://github.com/imduffy15/ec2stack' +URL = 'http://github.com/BroganD1993/ec2stack' AUTHOR = 'Darren Brogan, Ian Duffy' AUTHOR_EMAIL = 'brogand2@mail.dcu.ie, duffyi3@mail.dcu.ie' DESC = "EC2 compatibility interface for Apache Cloudstack"