Skip to content

Commit

Permalink
New Developments
Browse files Browse the repository at this point in the history
  • Loading branch information
lucarebuffi committed Sep 17, 2020
1 parent f8d50dc commit c2e672b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
recursive-include oasys *.py
recursive-include oasys/canvas/styles *.qss
recursive-include oasys/canvas *.png *.svg *.ico
recursive-include oasys/application/data *.txt

recursive-include oasys/widgets *.png *.svg

Expand Down
4 changes: 4 additions & 0 deletions oasys/application/data/INTERNAL_LIBRARIES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
OASYS1
srxraylib
syned
wofry
9 changes: 9 additions & 0 deletions oasys/application/data/OFFICIAL_ADDONS.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
OASYS1-ShadowOui
OASYS1-ShadowOui-Advanced-Tools
OASYS1-SRW
OASYS1-XOPPY
OASYS1-XRayServer
OASYS1-SYNED
OASYS1-WOFRY
OASYS1-WONDER
OASYS1-OasysWiser
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def write_version_py(filename='oasys/version.py'):
)

PACKAGE_DATA = {
"oasys.application": ["data/*.txt"],
"oasys.canvas": ["icons/*.png", "icons/*.svg"],
"oasys.canvas.styles": ["*.qss", "orange/*.svg"],
"oasys.widgets.tools": ["icons/*.png", "icons/*.svg", "misc/*.png"],
Expand Down

0 comments on commit c2e672b

Please sign in to comment.