Refactored for better packaging

This commit is contained in:
Mike Young
2019-11-20 00:49:40 -05:00
parent 98fd28dc3f
commit 37fe006da5
169 changed files with 28672 additions and 2 deletions

View File

@@ -2,6 +2,6 @@
"TITLE": "pyShelf E-Book Server",
"VERSION": "0.1.0",
"BOOKPATH": "books/",
"DATABASE": "frontend/db.sqlite3",
"DATABASE": "src/db.sqlite3",
"BOOKSHELF": "data/shelf.json"
}