add more metadata for Cheese Shop et al. trunk

Sat, 04 Jul 2009 11:11:10 -0400

author
Brett Smith <brettcsmith@brettcsmith.org>
date
Sat, 04 Jul 2009 11:11:10 -0400
branch
trunk
changeset 119
75152089f36a
parent 118
e882969d1e6b
child 120
0b13df37c884

add more metadata for Cheese Shop et al.

setup.py file | annotate | diff | comparison | revisions
--- a/setup.py	Sat Jul 04 10:53:22 2009 -0400
+++ b/setup.py	Sat Jul 04 11:11:10 2009 -0400
@@ -8,6 +8,28 @@
       author = "Brett Smith",
       author_email = "brettcsmith@brettcsmith.org",
       url = "http://www.brettcsmith.org/2007/dtrx/",
+      download_url = "http://www.brettcsmith.org/2007/dtrx/",
       scripts = ['scripts/dtrx'],
-      license = "GNU General Public License, version 3 or later"
-     )
+      license = "GNU General Public License, version 3 or later",
+      classifiers = ['Development Status :: 5 - Production/Stable',
+                     'Environment :: Console',
+                     'Intended Audience :: End Users/Desktop',
+                     'Intended Audience :: System Administrators',
+                     'License :: OSI Approved :: GNU General Public License (GPL)',
+                     'Natural Language :: English',
+                     'Operating System :: POSIX',
+                     'Programming Language :: Python',
+                     'Topic :: Utilities'],
+      long_description = """dtrx extracts archives in a number of different
+      formats; it currently supports tar, zip (including self-extracting
+      .exe files), cpio, rpm, deb, gem, 7z, cab, rar, and InstallShield
+      files.  It can also decompress files compressed with gzip, bzip2,
+      lzma, or compress.
+
+      In addition to providing one command to handle many different archive
+      types, dtrx also aids the user by extracting contents consistently.
+      By default, everything will be written to a dedicated directory
+      that's named after the archive.  dtrx will also change the
+      permissions to ensure that the owner can read and write all those
+      files."""
+      )

mercurial