Skip to content

Commit a10b862

Browse files
committed
Merge pull request #12 from ClusterHQ/setup_py-fix-url
URL scheme must be specified
2 parents 552a0b6 + cbea065 commit a10b862

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
@@ -8,7 +8,7 @@
88
description = "Wrapper for libzfs_core",
99
author = "ClusterHQ",
1010
author_email = "support@clusterhq.com",
11-
url = "pyzfs.readthedocs.org",
11+
url = "http://pyzfs.readthedocs.org",
1212
license = "Apache License, Version 2.0",
1313
classifiers = [
1414
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)