Reorganize for multi-project builds, improve build helper
authorJakob Cornell <jakob+gpg@jcornell.net>
Mon, 9 Jan 2023 00:07:32 +0000 (18:07 -0600)
committerJakob Cornell <jakob+gpg@jcornell.net>
Mon, 9 Jan 2023 00:07:32 +0000 (18:07 -0600)
commit3d9ff30a00e4701540424a5b42fa391c6173c31f
tree8013673215fed2c7027cf20c7de14e8ed4ff87fb
parent9dafaec88b414f805d134d44e009e88698a85647
Reorganize for multi-project builds, improve build helper
43 files changed:
build_helper.py
mentionbot/docs/sample_config.ini [deleted file]
mentionbot/mentionbot/docs/sample_config.ini [new file with mode: 0644]
mentionbot/mentionbot/pyproject.toml [new file with mode: 0644]
mentionbot/mentionbot/setup.cfg [new file with mode: 0644]
mentionbot/mentionbot/setup.py [new file with mode: 0644]
mentionbot/mentionbot/src/mentionbot/__init__.py [new file with mode: 0644]
mentionbot/mentionbot/src/mentionbot/__main__.py [new file with mode: 0644]
mentionbot/mentionbot/src/mentionbot/abc.py [new file with mode: 0644]
mentionbot/mentionbot/src/mentionbot/tests.py [new file with mode: 0644]
mentionbot/pyproject.toml [deleted file]
mentionbot/setup.cfg [deleted file]
mentionbot/setup.py [deleted file]
mentionbot/src/mentionbot/__init__.py [deleted file]
mentionbot/src/mentionbot/__main__.py [deleted file]
mentionbot/src/mentionbot/abc.py [deleted file]
mentionbot/src/mentionbot/tests.py [deleted file]
strikebot/docs/sample_config.ini [deleted file]
strikebot/pyproject.toml [deleted file]
strikebot/setup.cfg [deleted file]
strikebot/setup.py [deleted file]
strikebot/src/strikebot/__init__.py [deleted file]
strikebot/src/strikebot/__main__.py [deleted file]
strikebot/src/strikebot/common.py [deleted file]
strikebot/src/strikebot/db.py [deleted file]
strikebot/src/strikebot/live_ws.py [deleted file]
strikebot/src/strikebot/queue.py [deleted file]
strikebot/src/strikebot/reddit_api.py [deleted file]
strikebot/src/strikebot/tests.py [deleted file]
strikebot/src/strikebot/updates.py [deleted file]
strikebot/strikebot/docs/sample_config.ini [new file with mode: 0644]
strikebot/strikebot/pyproject.toml [new file with mode: 0644]
strikebot/strikebot/setup.cfg [new file with mode: 0644]
strikebot/strikebot/setup.py [new file with mode: 0644]
strikebot/strikebot/src/strikebot/__init__.py [new file with mode: 0644]
strikebot/strikebot/src/strikebot/__main__.py [new file with mode: 0644]
strikebot/strikebot/src/strikebot/common.py [new file with mode: 0644]
strikebot/strikebot/src/strikebot/db.py [new file with mode: 0644]
strikebot/strikebot/src/strikebot/live_ws.py [new file with mode: 0644]
strikebot/strikebot/src/strikebot/queue.py [new file with mode: 0644]
strikebot/strikebot/src/strikebot/reddit_api.py [new file with mode: 0644]
strikebot/strikebot/src/strikebot/tests.py [new file with mode: 0644]
strikebot/strikebot/src/strikebot/updates.py [new file with mode: 0644]