at master 389 B view raw
1diff --git a/setup.py b/setup.py 2index 89131a8..19527df 100755 3--- a/setup.py 4+++ b/setup.py 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 8 9-import gameversion_autogen as ver 10- 11 SETUP_DIR = os.path.dirname(os.path.abspath(__file__)) 12 PROTO_DIR = os.path.join(SETUP_DIR, 's2clientprotocol') 13