Skip to content

Commit

Permalink
[KiRi] Added resources to the distro
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Jan 2, 2024
1 parent e4b855e commit 3388055
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
14 changes: 11 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
include MANIFEST.in
include LICENSE
include README.md
include kibot/resources/report_templates/*.txt
include kibot/resources/kicad_colors/*.json
include kibot/resources/kicad_layouts/*.kicad_wks
include kibot/resources/config_templates/*.yaml
include kibot/resources/images/*.svg
include kibot/resources/images/*.ico
include kibot/resources/kicad_colors/*.json
include kibot/resources/kicad_layouts/*.kicad_wks
include kibot/resources/kiri/*.css
include kibot/resources/kiri/*.html
include kibot/resources/kiri/*.js
include kibot/resources/kiri/kiri-server
include kibot/resources/kiri/*.svg
include kibot/resources/kiri/images/*.svg
include kibot/resources/kiri/utils/*.css
include kibot/resources/kiri/utils/*.js
include kibot/resources/parsers/*.lark
include kibot/resources/pcbdraw/styles/*.json
include kibot/resources/pcbdraw/templates/*.handlebars
include kibot/resources/report_templates/*.txt
include kibot/blender_scripts/*.py
recursive-include kibot/resources/pcbdraw/footprints/ *.svg LICENCE *.md *.py *.pl *.png
recursive-include kibot/resources/pcbdraw/present/ *.css *.html *.json *.js
1 change: 1 addition & 0 deletions debian/install
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ kibot/resources/kicad_layouts/ /usr/share/kibot/
kibot/resources/pcbdraw/ /usr/share/kibot/
kibot/resources/report_templates/ /usr/share/kibot/
kibot/resources/parsers/ /usr/share/kibot/
kibot/resources/kiri/ /usr/share/kibot/

0 comments on commit 3388055

Please sign in to comment.