From 501365b5a31185267786b104bb4608319f5605ef Mon Sep 17 00:00:00 2001 From: "beville@gmail.com" Date: Tue, 12 Feb 2013 19:22:21 +0000 Subject: [PATCH] Removed mention of depricated folder archives git-svn-id: http://comictagger.googlecode.com/svn/trunk@487 6c5673fe-1810-88d6-992b-cd32ca31540c --- README.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index ae49a71..6fb3cf8 100644 --- a/README.txt +++ b/README.txt @@ -7,7 +7,7 @@ Features: * Uses image processing to automatically match a given archive with the correct issue data * Batch processing in the GUI for tagging hundreds or more comics at a time * Reads and writes multiple tagging schemes ( ComicBookLover and ComicRack, with more planned). -* Reads and writes RAR, Zip, and folder archives (external tools needed for writing RAR) +* Reads and writes RAR and Zip archives (external tools needed for writing RAR) * Command line interface (CLI) on all platforms (including Windows), which supports batch operations, and which can be used in native scripts for complex operations. For example, to scrape and tag a folder, just one line ComicTagger -s -o -f -t cr -v -i --nooverwrite *.cb? diff --git a/setup.py b/setup.py index e9ab4d5..c275f74 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ Features: * Uses image processing to automatically match a given archive with the correct issue data * Batch processing in the GUI for tagging hundreds or more comics at a time * Reads and writes multiple tagging schemes ( ComicBookLover and ComicRack, with more planned). -* Reads and writes RAR, Zip, and folder archives (external tools needed for writing RAR) +* Reads and writes RAR and Zip archives (external tools needed for writing RAR) * Command line interface (CLI) on all platforms (including Windows), which supports batch operations, and which can be used in native scripts for complex operations. Requires: