Skip to content

Commit c626c8e

Browse files
committed
turns out reload is very much not zip-safe
1 parent d97b66a commit c626c8e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CslBot.egg-info/SOURCES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ CslBot.egg-info/PKG-INFO
77
CslBot.egg-info/SOURCES.txt
88
CslBot.egg-info/dependency_links.txt
99
CslBot.egg-info/entry_points.txt
10+
CslBot.egg-info/not-zip-safe
1011
CslBot.egg-info/requires.txt
1112
CslBot.egg-info/top_level.txt
12-
CslBot.egg-info/zip-safe
1313
alembic/env.py
1414
alembic/script.py.mako
1515
alembic/versions/3614b38ddf9_kick_logging_change.py
File renamed without changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
url="https://github.com/tjcsl/cslbot",
2727
version="0.13",
2828
license="GPL",
29-
zip_safe=True,
29+
zip_safe=False,
3030
packages=find_packages(exclude=['commands.tjhsst']),
3131
data_files=[
3232
('alembic', [

0 commit comments

Comments
 (0)