Skip to content

Commit 1391460

Browse files
committed
update URL
1 parent 43d67f6 commit 1391460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
summary='generates notes from a python script',
2525
author=pyreport.__author__,
2626
author_email='[email protected]',
27-
url='https://launchpad.net/pyreport',
27+
url='http://gael-varoquaux.info/computers/pyreport/',
2828
description="""
2929
Pyreport makes notes out of a python script. It can run the script in a sandbox and capture its output. It allows for embedding RestructuredText or LaTeX comments in the code for literate programming and generates a report made of the literate comments, the code, pretty printed, and the output of the script (pyreport can capture pylab figures). This is useful for documentations, making tutorials, but also for sharing python-based calculations with colleagues.
3030
""",

0 commit comments

Comments
 (0)