Skip to content

Commit 0aef9d5

Browse files
committed
Include a space for readability.
1 parent 5063443 commit 0aef9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools_scm/git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from tarfile import TarFile
1212
import warnings
1313

14-
FILES_COMMAND = sys.executable + ' -msetuptools_scm.git'
14+
FILES_COMMAND = sys.executable + ' -m setuptools_scm.git'
1515
DEFAULT_DESCRIBE = 'git describe --dirty --tags --long --match *.*'
1616

1717

0 commit comments

Comments
 (0)