Skip to content

Commit dff7097

Browse files
committed
Make the project a pip installable package
The GUI part has been removed entirely, a new pyproject file created and all the data files moved to allow installation with the package.
1 parent 1c5db61 commit dff7097

22 files changed

+78
-206
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ venv*/
1616
# Test coverage related files and directories
1717
.coverage
1818
coverage_html_report
19+
20+
# Package build files and folders
21+
*.egg-info/

app.py

Lines changed: 0 additions & 189 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)