aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-02-20 23:00:54 +0200
committerMarcin Kuzminski <marcin@python-works.com>2012-02-20 23:00:54 +0200
commit0e9afec864ed2a8d3ce498b2a969fb0ce2143f3c (patch)
tree702d80768f8dbae02da5466d375474dbdfad16de /setup.py
parent47e0fc8684c7731ca2d7b6b67b7646f186ed9668 (diff)
Added VCS into rhodecode core for faster and easier deployments of new versions
--HG-- branch : beta
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 9325efd0..c12858e8 100644
--- a/setup.py
+++ b/setup.py
@@ -7,10 +7,7 @@ from rhodecode import requirements
if __py_version__ < (2, 5):
raise Exception('RhodeCode requires python 2.5 or later')
-
dependency_links = [
- "https://secure.rhodecode.org/vcs/archive/default.zip#egg=vcs-0.2.3.dev",
- "https://bitbucket.org/marcinkuzminski/vcs/get/default.zip#egg=vcs-0.2.3.dev",
]
classifiers = [