setup.py

branch
trunk
changeset 124
19c34f5fc8eb
parent 121
957d19158b7e
equal deleted inserted replaced
123:8570c14304bb 124:19c34f5fc8eb
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 2
3 from distutils.core import setup 3 from distutils.core import setup
4 4
5 setup(name="dtrx", 5 setup(name="dtrx",
6 version = "6.5", 6 version = "6.6",
7 description = "Script to intelligently extract multiple archive types", 7 description = "Script to intelligently extract multiple archive types",
8 author = "Brett Smith", 8 author = "Brett Smith",
9 author_email = "brettcsmith@brettcsmith.org", 9 author_email = "brettcsmith@brettcsmith.org",
10 url = "http://www.brettcsmith.org/2007/dtrx/", 10 url = "http://www.brettcsmith.org/2007/dtrx/",
11 download_url = "http://www.brettcsmith.org/2007/dtrx/", 11 download_url = "http://www.brettcsmith.org/2007/dtrx/",
22 'Topic :: Utilities'], 22 'Topic :: Utilities'],
23 long_description = """dtrx extracts archives in a number of different 23 long_description = """dtrx extracts archives in a number of different
24 formats; it currently supports tar, zip (including self-extracting 24 formats; it currently supports tar, zip (including self-extracting
25 .exe files), cpio, rpm, deb, gem, 7z, cab, rar, and InstallShield 25 .exe files), cpio, rpm, deb, gem, 7z, cab, rar, and InstallShield
26 files. It can also decompress files compressed with gzip, bzip2, 26 files. It can also decompress files compressed with gzip, bzip2,
27 lzma, or compress. 27 lzma, xz, or compress.
28 28
29 In addition to providing one command to handle many different archive 29 In addition to providing one command to handle many different archive
30 types, dtrx also aids the user by extracting contents consistently. 30 types, dtrx also aids the user by extracting contents consistently.
31 By default, everything will be written to a dedicated directory 31 By default, everything will be written to a dedicated directory
32 that's named after the archive. dtrx will also change the 32 that's named after the archive. dtrx will also change the

mercurial