Restructure for Debian packaging (WIP)
authorJakob Cornell <jakob+gpg@jcornell.net>
Tue, 6 Sep 2022 03:53:11 +0000 (22:53 -0500)
committerJakob Cornell <jakob+gpg@jcornell.net>
Tue, 6 Sep 2022 03:53:11 +0000 (22:53 -0500)
commitb06d469eca7e86ae25381d7a0b1509250ffe8e60
tree43c6619b995e9987f80e605ad61fa3b7ba16c825
parent62b7306ad5d1da49de5f4ea050526a1d3caadaf5
Restructure for Debian packaging (WIP)
28 files changed:
.gitignore
build_helper.py [new file with mode: 0644]
docs/sample_config.ini [deleted file]
pyproject.toml [deleted file]
setup.cfg [deleted file]
setup.py [deleted file]
src/strikebot/__init__.py [deleted file]
src/strikebot/__main__.py [deleted file]
src/strikebot/common.py [deleted file]
src/strikebot/db.py [deleted file]
src/strikebot/live_ws.py [deleted file]
src/strikebot/queue.py [deleted file]
src/strikebot/reddit_api.py [deleted file]
src/strikebot/tests.py [deleted file]
src/strikebot/updates.py [deleted file]
strikebot/docs/sample_config.ini [new file with mode: 0644]
strikebot/pyproject.toml [new file with mode: 0644]
strikebot/setup.cfg [new file with mode: 0644]
strikebot/setup.py [new file with mode: 0644]
strikebot/src/strikebot/__init__.py [new file with mode: 0644]
strikebot/src/strikebot/__main__.py [new file with mode: 0644]
strikebot/src/strikebot/common.py [new file with mode: 0644]
strikebot/src/strikebot/db.py [new file with mode: 0644]
strikebot/src/strikebot/live_ws.py [new file with mode: 0644]
strikebot/src/strikebot/queue.py [new file with mode: 0644]
strikebot/src/strikebot/reddit_api.py [new file with mode: 0644]
strikebot/src/strikebot/tests.py [new file with mode: 0644]
strikebot/src/strikebot/updates.py [new file with mode: 0644]