make_metadata.py: Clarify comment.

pull/117/head
Paul Sokolovsky 2016-10-11 00:15:44 +03:00
rodzic 6d2c0019e7
commit 96102e73a4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ import glob
TEMPLATE = """\
import sys
# Remove current dir from sys.path, otherwise setuptools will peek up our
# module instead of system.
# module instead of system's.
sys.path.pop(0)
from setuptools import setup