File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,4 +65,4 @@ You can get help by running
6565
6666
6767Snappy - compression library from Google (c)
68- http ://google.github.io/snappy
68+ https ://google.github.io/snappy
Original file line number Diff line number Diff line change 3535long_description = """
3636Python bindings for the snappy compression library from Google.
3737
38- More details about Snappy library: http ://google.github.io/snappy
38+ More details about Snappy library: https ://google.github.io/snappy
3939"""
4040
4141packages = ['snappy' ]
4747 version = version ,
4848 author = 'Andres Moreira' ,
4949 author_email = 'andres@andresmoreira.com' ,
50- url = 'http ://github.com/intake/python-snappy' ,
50+ url = 'https ://github.com/intake/python-snappy' ,
5151 description = 'Python library for the snappy compression library from Google' ,
5252 long_description = long_description ,
5353 keywords = 'snappy, compression, google' ,
You can’t perform that action at this time.
0 commit comments