davidberenstein1957 commited on
Commit
b3af0e1
·
1 Parent(s): 9d3e9dc

Update project name from "FrameLens" to "FrameArena" in pyproject.toml and modify short description in README for clarity.

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. pyproject.toml +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ app_file: app.py
9
  pinned: true
10
  python_version: 3.12
11
  license: apache-2.0
12
- short_description: Frame by frame video comparison tool with comprehensive quality metrics
13
  ---
14
 
15
  # Frame Arena: Frame by frame comparisons of any videos
 
9
  pinned: true
10
  python_version: 3.12
11
  license: apache-2.0
12
+ short_description: Frame by frame video comparison tool with quality metrics
13
  ---
14
 
15
  # Frame Arena: Frame by frame comparisons of any videos
pyproject.toml CHANGED
@@ -1,5 +1,5 @@
1
  [project]
2
- name = "framelens"
3
  version = "0.1.0"
4
  description = "Tool for frame-by-frame video or image metric comparison"
5
  readme = "README.md"
 
1
  [project]
2
+ name = "framearena"
3
  version = "0.1.0"
4
  description = "Tool for frame-by-frame video or image metric comparison"
5
  readme = "README.md"