Skip to content

Commit

Permalink
Create seperate repositories for CLI and the GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
egeakman committed Jun 25, 2022
1 parent 9bcb3a2 commit 8e5e204
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 361 deletions.
Binary file removed gcode2zaxegui/fonts/ZLK.ttf
Binary file not shown.
Binary file removed gcode2zaxegui/fonts/asap_bold_italic.ttf
Binary file not shown.
Binary file removed gcode2zaxegui/icons/accept.png
Binary file not shown.
23 changes: 0 additions & 23 deletions gcode2zaxegui/main.py

This file was deleted.

2 changes: 0 additions & 2 deletions gcode2zaxegui/requirements.txt

This file was deleted.

17 changes: 0 additions & 17 deletions gcode2zaxegui/resources.json

This file was deleted.

29 changes: 0 additions & 29 deletions gcode2zaxegui/styles.py

This file was deleted.

289 changes: 0 additions & 289 deletions gcode2zaxegui/ui.py

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def latest_version(package_name):
version="2022.6.25",
license="AGPLv3",
download_url="https://github.com/egeakman/gcode2zaxe/archive/2022.6.25.tar.gz",
packages=find_packages(where=".", exclude=["tests", "gcode2zaxegui"]),
packages=find_packages(where=".", exclude=["tests"]),
python_requires=">=3.8",
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 8e5e204

Please sign in to comment.