Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vendor: remove cpp_str and tags after usage
This will prevent this type of warning: .sx/stupeflix/lib/python3.10/site-packages/setuptools/_distutils/extension.py:134: UserWarning: Unknown Extension options: 'cpp_std', 'tags' warnings.warn(msg) It's wrong to forward the keyword 'cpp_std' and 'tags' to cython.Extension and the latter is used to fill the extra_compile_args in: https://github.com/gopro/cython-setuptools/blob/main/cython_setuptools/vendor.py#L295-L296
- Loading branch information