diff options
Diffstat (limited to 'mywatch.cabal')
-rw-r--r-- | mywatch.cabal | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mywatch.cabal b/mywatch.cabal index c6c895f..48220d5 100644 --- a/mywatch.cabal +++ b/mywatch.cabal @@ -1,8 +1,9 @@ name: mywatch version: 0.1.2 -synopsis: View MySQL processes +synopsis: Web application to view and kill MySQL queries description: - View queries on multiple MySQL servers. Designed to work behind Sproxy. + View and kill queries on multiple MySQL servers. + Designed to work behind Sproxy. license: MIT license-file: LICENSE author: Igor Pashev <pashev.igor@gmail.com> @@ -20,6 +21,9 @@ data-files: static/mywatch.css static/mywatch.js +extra-source-files: + sql/*.sql + source-repository head type: git location: https://github.com/zalora/mywatch.git |