@@ -18,7 +18,12 @@
import os
import sys
from distutils.core import setup
try:
from setuptools import setup
except ImportError:
from lutris.settings import VERSION
The note is not visible to the blocked user.