1 diff --git a/setup.py b/setup.py
2 index 89131a8..19527df 100755
5 @@ -13,8 +13,6 @@ from distutils.spawn import find_executable
6 from setuptools import setup
7 from setuptools.command.build_py import build_py
9 -import gameversion_autogen as ver
11 SETUP_DIR = os.path.dirname(os.path.abspath(__file__))
12 PROTO_DIR = os.path.join(SETUP_DIR, 's2clientprotocol')