We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97b66a commit c626c8eCopy full SHA for c626c8e
CslBot.egg-info/SOURCES.txt
@@ -7,9 +7,9 @@ CslBot.egg-info/PKG-INFO
7
CslBot.egg-info/SOURCES.txt
8
CslBot.egg-info/dependency_links.txt
9
CslBot.egg-info/entry_points.txt
10
+CslBot.egg-info/not-zip-safe
11
CslBot.egg-info/requires.txt
12
CslBot.egg-info/top_level.txt
-CslBot.egg-info/zip-safe
13
alembic/env.py
14
alembic/script.py.mako
15
alembic/versions/3614b38ddf9_kick_logging_change.py
CslBot.egg-info/zip-safe renamed to CslBot.egg-info/not-zip-safe
setup.py
@@ -26,7 +26,7 @@
26
url="https://github.com/tjcsl/cslbot",
27
version="0.13",
28
license="GPL",
29
- zip_safe=True,
+ zip_safe=False,
30
packages=find_packages(exclude=['commands.tjhsst']),
31
data_files=[
32
('alembic', [
0 commit comments