Skip to content

Commit

Permalink
Add new icons to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Rilele authored May 6, 2024
1 parent 3e4dbc5 commit 27e1b04
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@
with open("README.md", encoding="utf-8") as f:
long_description = f.read()
web_files = ["web/internal_data/css/icon.png",
"web/internal_data/css/loading.svg",
"web/internal_data/css/logo.svg",
"web/internal_data/css/main.css",
"web/internal_data/css/icons/delete.svg",
"web/internal_data/css/icons/download.svg",
"web/internal_data/css/icons/edit.svg",
"web/internal_data/css/icons/new.svg",
"web/internal_data/css/icons/upload.svg",
"web/internal_data/fn.js",
"web/internal_data/index.html"]

Expand Down

1 comment on commit 27e1b04

@MatthewHana
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was my bad. I missed updating this file when adding the new UI. Sorry!

Please sign in to comment.