- add setup.py script,
- switch to use images via "share:" resource name
(this allows to work both versions of application:
- system wide installation,
- directly from source),
- add .desktop file,
- rename FlatCAM.py to flatcam and install it as an
executable script.
10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
recursive-include share *.png
|
|
recursive-include share *.svg
|
|
|
|
include flatcam.desktop
|
|
include LICENSE
|
|
include README.md
|
|
include *.py
|
|
include MANIFEST.in
|
|
|