1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

fix compatible list

This commit is contained in:
Kelly Brazil
2022-02-02 11:49:24 -08:00
parent ec0bc6615e
commit 52157addd0

View File

@ -63,7 +63,7 @@ class info():
author_email = 'johndoe@gmail.com' author_email = 'johndoe@gmail.com'
# compatible options: linux, darwin, cygwin, win32, aix, freebsd # compatible options: linux, darwin, cygwin, win32, aix, freebsd
compatible = ['linux', 'darwin', 'cygwin', 'aix', 'freebsd'] compatible = ['linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd']
streaming = True streaming = True