aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2010-06-01 22:19:03 +0200
committerMarcin Kuzminski <marcin@python-works.com>2010-06-01 22:19:03 +0200
commitc35580d3ae7d929bf10aa8c2b158bc70a2d8089e (patch)
tree7da03abbc0c230bb027b16ab9e6e5a2e41038ed0 /setup.py
parent6054eedf7e72d603af4d2a6793abf5ae631ee71c (diff)
fixed setup and install instructions
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 3a48be1b..a602335e 100644
--- a/setup.py
+++ b/setup.py
@@ -11,13 +11,13 @@ setup(
version=get_version(),
description='',
author='marcin kuzminski',
- author_email='marcin@python-blog.com',
+ author_email='marcin@python-works.com',
url='',
install_requires=[
"Pylons>=1.0.0",
"SQLAlchemy>=0.6",
"Mako>=0.3.2",
- "vcs>=0.1.1",
+ "vcs>=0.1.2",
"pygments>=1.3.0"
],
setup_requires=["PasteScript>=1.6.3"],