Skip to content

Commit

Permalink
Merge pull request #12 from ClusterHQ/setup_py-fix-url
Browse files Browse the repository at this point in the history
URL scheme must be specified
  • Loading branch information
avg-I committed Sep 15, 2015
2 parents 552a0b6 + cbea065 commit a10b862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
description = "Wrapper for libzfs_core",
author = "ClusterHQ",
author_email = "[email protected]",
url = "pyzfs.readthedocs.org",
url = "http://pyzfs.readthedocs.org",
license = "Apache License, Version 2.0",
classifiers = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit a10b862

Please sign in to comment.