Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit c9f6cce

Browse files
committed
setup.cfg zip_safe:false needed for setup.py install with data_files
1 parent ec0b266 commit c9f6cce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.cfg

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pylivestream
3-
version = 1.9.3.0
3+
version = 1.9.4
44
author = Michael Hirsch, Ph.D.
55
author_email = [email protected]
66
description = Easy streaming using FFmpeg to YouTube Live, Periscope, Facebook Live, Twitch, and many more
@@ -34,6 +34,7 @@ setup_requires =
3434
setuptools >= 40.6.0
3535
pip >= 10
3636
packages = find:
37+
zip_safe: false
3738
scripts =
3839
Glob.py
3940
Screenshare.py
@@ -46,7 +47,7 @@ install_requires =
4647

4748

4849
[options.data_files]
49-
share/pylivestream =
50+
pylivestream =
5051
pylivestream/pylivestream.ini
5152
pylivestream/data/logo.png
5253

0 commit comments

Comments
 (0)