diff --git a/README.md b/README.md new file mode 100644 index 0000000..22f8915 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# zn_poly + +[`zn_poly`](https://gitlab.com/sagemath/zn_poly) is a C library for polynomial +arithmetic in `Z/nZ[x]`, where `n` is any modulus that fits into an unsigned +long. diff --git a/zn_poly.rpmlintrc b/zn_poly.rpmlintrc deleted file mode 100644 index 434d539..0000000 --- a/zn_poly.rpmlintrc +++ /dev/null @@ -1,8 +0,0 @@ -# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON -# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors - -# The dictionary is missing some technical terms -addFilter(r'W: spelling-error .* (nZ|zn|Zn)') - -# Documentation is in the main package -addFilter(r'zn_poly-(devel|static)\.[^:]+: W: no-documentation')