Skip to content

Commit 55d0ead

Browse files
committed
fixed project URL
1 parent 1d1b89f commit 55d0ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pavement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
long_description = __doc__.split('.', 1)[1].strip(),
110110
license = [line.strip() for line in __doc__.splitlines()
111111
if line.strip().startswith("Copyright")][0],
112-
url = "https://github.com/pyroscope/pyroscope",
112+
url = "https://github.com/pyroscope/pyrocore",
113113
keywords = "bittorrent rtorrent cli python",
114114
classifiers = [
115115
# see http://pypi.python.org/pypi?:action=list_classifiers

0 commit comments

Comments
 (0)