Skip to content

Commit

Permalink
Added repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
nek4life committed Sep 10, 2011
1 parent c2e9005 commit cbc4632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()

requires = [
'pyramid>=1.2b2',
'pyramid',
'zope.interface'
]

Expand All @@ -24,7 +24,7 @@
],
author='Charlie Choiniere',
author_email='pylons-discuss@googlegroups.com',
url='',
url='https://github.com/nek4life/pyramid_assetviews',
keywords='pyramid',
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit cbc4632

Please sign in to comment.