repo.or.cz
/
pyion.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
02274b6
)
* oops, missing comma broke previous commit.
author
David Gowers
<
[email protected]
>
Thu, 1 Jan 2009 02:56:45 +0000
(1 13:26 +1030)
committer
David Gowers
<
[email protected]
>
Thu, 1 Jan 2009 02:56:45 +0000
(1 13:26 +1030)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index
d3805ba
..
e0da999
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-17,7
+17,7
@@
setup(name='pyion',
author='David Gowers',
author_email='
[email protected]
',
url='http://pypi.python.org/pypy/pyion',
- download_url='http://repo.or.cz/pyion.git'
+ download_url='http://repo.or.cz/pyion.git'
,
license='GPLv3',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests', 'doc']),
include_package_data=True,