mirror of
https://github.com/rizsotto/scan-build.git
synced 2025-12-16 12:00:08 +01:00
@@ -1 +1 @@
|
||||
typing; python_version <= '3.5'
|
||||
typing; python_version < '3.5'
|
||||
|
||||
2
setup.py
2
setup.py
@@ -14,7 +14,7 @@ setup(
|
||||
description='static code analyzer wrapper for Clang.',
|
||||
long_description=open('README.rst').read(),
|
||||
zip_safe=False,
|
||||
install_requires=['typing'],
|
||||
install_requires=['typing; python_version < "3.5"'],
|
||||
packages=['libscanbuild', 'libear'],
|
||||
package_data={'libscanbuild': ['resources/*'],
|
||||
'libear': ['config.h.in', 'ear.c']},
|
||||
|
||||
Reference in New Issue
Block a user