Skip to content

Commit 7ab53d6

Browse files
author
Calvin Xu
committed
Minor update
1 parent c78b868 commit 7ab53d6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,15 @@ Recursively parse and index subtitle text for future use.
1313
To use it:
1414

1515
$ mach3 --help
16+
17+
### What it does:
1618

19+
* Recursively find all .ass files in the directory given.
20+
* Parse the .ass files, regex-process the text
21+
* Store the text in a SQLite database
22+
* (When searching) Query from the SQLite database
23+
24+
A fun project for anime fans.
1725

1826
### Open-source code used:
1927

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
# 'Development Status :: 7 - Inactive',
3535
'Environment :: Console',
3636
'Intended Audience :: Developers',
37-
'License :: OSI Approved :: BSD License',
3837
'Operating System :: POSIX',
3938
'Operating System :: MacOS',
4039
'Operating System :: Unix',

0 commit comments

Comments
 (0)