diff --git a/setup.py b/setup.py index 5b457cef..4871801d 100755 --- a/setup.py +++ b/setup.py @@ -246,6 +246,9 @@ def readme_to_long_description(): ext_modules=extensions, package_dir={"": "src"}, packages=["fpylll", "fpylll.gmp", "fpylll.fplll", "fpylll.algorithms", "fpylll.tools"], + install_requires = [ + "cysignals", + ], license="GNU General Public License, version 2 or later", long_description=readme_to_long_description(), cmdclass={"build_ext": build_ext},