We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1b89f commit 55d0eadCopy full SHA for 55d0ead
pavement.py
@@ -109,7 +109,7 @@
109
long_description = __doc__.split('.', 1)[1].strip(),
110
license = [line.strip() for line in __doc__.splitlines()
111
if line.strip().startswith("Copyright")][0],
112
- url = "https://github.com/pyroscope/pyroscope",
+ url = "https://github.com/pyroscope/pyrocore",
113
keywords = "bittorrent rtorrent cli python",
114
classifiers = [
115
# see http://pypi.python.org/pypi?:action=list_classifiers
0 commit comments