Skip to content

Commit

Permalink
Change homepage to CheeseShop
Browse files Browse the repository at this point in the history
  • Loading branch information
philikon committed Jul 27, 2007
1 parent d53f381 commit 4991c76
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,15 @@
$Id$
"""

import os

from setuptools import setup, find_packages

def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

name = 'RestrictedPython'
setup(name=name,
setup(name='RestrictedPython',
version='3.4.2',
url='http://svn.zope.org/'+name,
url='http://cheeseshop.zope.org/pypi/RestrictedPython',
license='ZPL 2.1',
description='Restricted Python execution handlers',
author='Zope Corporation and Contributors',
Expand Down

0 comments on commit 4991c76

Please sign in to comment.