Skip to content

Commit

Permalink
Add flint.test to sdist and wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarbenjamin committed Aug 9, 2023
1 parent 050eb45 commit 15addd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
cmdclass={'build_ext': build_ext},
ext_modules=cythonize(ext_modules, compiler_directives=compiler_directives),
#ext_modules=cythonize(ext_modules, compiler_directives=compiler_directives, annotate=True),
packages=['flint'],
packages=['flint', 'flint.test'],
package_dir={'': 'src'},
description='Bindings for FLINT and Arb',
long_description=open('README.md').read(),
Expand Down

0 comments on commit 15addd2

Please sign in to comment.