Skip to content

Commit

Permalink
Update for cut-flv
Browse files Browse the repository at this point in the history
  • Loading branch information
zaheerm committed Nov 30, 2013
1 parent 1a9cf7b commit cba661b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
A library for manipulating, parsing and verifying FLV files.
It includes three example scripts, debug-flv, index-flv and retimestamp-flv
which demonstrate the possible applications of the library.
It includes three example scripts, debug-flv, index-flv, retimestamp-flv
and cut-flv which demonstrate the possible applications of the library.
Provides an easy and extensible way of writing applications that parse
and transforming FLV files. Checks file correctness based on the
Expand Down Expand Up @@ -124,6 +124,6 @@ def run(self):
package_dir={'': 'lib'},
packages=["flvlib", "flvlib.scripts"],
scripts=["scripts/debug-flv", "scripts/index-flv",
"scripts/retimestamp-flv"],
"scripts/retimestamp-flv", "scripts/cut-flv"],
data_files=data_files,
cmdclass={'test': test})

0 comments on commit cba661b

Please sign in to comment.