parent
71275332a9
commit
539869bba0
|
@ -57,7 +57,7 @@ patool repack linux-2.6.33.tar.gz linux-2.6.33.tar.bz2
|
||||||
|
|
||||||
Website
|
Website
|
||||||
--------
|
--------
|
||||||
See http://wummel.github.io/patool/ for more info and downloads.
|
See https://wummel.github.io/patool/ for more info and downloads.
|
||||||
|
|
||||||
API
|
API
|
||||||
----
|
----
|
||||||
|
|
|
@ -3,7 +3,7 @@ Installation
|
||||||
|
|
||||||
First, install the required software.
|
First, install the required software.
|
||||||
|
|
||||||
1. Python >= 2.7 from http://www.python.org/
|
1. Python >= 2.7 from https://www.python.org/
|
||||||
|
|
||||||
|
|
||||||
Now install the application.
|
Now install the application.
|
||||||
|
|
|
@ -4,7 +4,7 @@ slug: index
|
||||||
---
|
---
|
||||||
Introduction
|
Introduction
|
||||||
-------------
|
-------------
|
||||||
[![XKCD Tar comic](http://imgs.xkcd.com/comics/tar.png)](http://xkcd.com/1168/)
|
[![XKCD Tar comic](https://imgs.xkcd.com/comics/tar.png)](https://xkcd.com/1168/)
|
||||||
|
|
||||||
I could never remember the correct options for all those different compression
|
I could never remember the correct options for all those different compression
|
||||||
programs. Tar, unzip, gzip - you name it and I forgot it.
|
programs. Tar, unzip, gzip - you name it and I forgot it.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -209,7 +209,7 @@ installed.
|
||||||
maintainer = MyName,
|
maintainer = MyName,
|
||||||
maintainer_email = MyEmail,
|
maintainer_email = MyEmail,
|
||||||
license = "GPL",
|
license = "GPL",
|
||||||
url = "http://wummel.github.io/patool/",
|
url = "https://wummel.github.io/patool/",
|
||||||
packages = ['patoolib', 'patoolib.programs'],
|
packages = ['patoolib', 'patoolib.programs'],
|
||||||
data_files = data_files,
|
data_files = data_files,
|
||||||
scripts = ['patool'],
|
scripts = ['patool'],
|
||||||
|
|
Loading…
Reference in New Issue