Mercurial > hg
diff setup.py @ 27127:7309853eedae
setup: remove unused py_modules argument to setup()
It is never populated and is useless clutter.
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Tue, 24 Nov 2015 21:17:26 -0800 |
parents | e8497889edab |
children | 4374d819ccd5 |
line wrap: on
line diff
--- a/setup.py Mon Nov 23 13:45:56 2015 -0800 +++ b/setup.py Tue Nov 24 21:17:26 2015 -0800 @@ -483,8 +483,6 @@ 'hgext', 'hgext.convert', 'hgext.highlight', 'hgext.zeroconf', 'hgext.largefiles'] -pymodules = [] - common_depends = ['mercurial/util.h'] osutil_ldflags = [] @@ -636,7 +634,6 @@ ], scripts=scripts, packages=packages, - py_modules=pymodules, ext_modules=extmodules, data_files=datafiles, package_data=packagedata,