setup script

This commit is contained in:
jr-k 2024-08-27 00:46:13 +02:00
parent 9d85aea268
commit 1ada29c5e9

View File

@ -6,6 +6,7 @@
# Website: https://github.com/jr-k/obscreen
# License: GPLv2 (see LICENSE file)
import os
import sys
import logging
@ -28,6 +29,9 @@ if sys.platform == "win32":
if sys.platform == "darwin":
common_dependencies.remove('pysqlite3')
os.environ['PYTHONUTF8'] = '1'
os.environ['PYTHONIOENCODING'] = 'utf-8'
setup(
name='obscreen',
version=open('version.txt').read(),