Skip to content

Commit 15addd2

Browse files
committed
Add flint.test to sdist and wheels
1 parent 050eb45 commit 15addd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
cmdclass={'build_ext': build_ext},
8282
ext_modules=cythonize(ext_modules, compiler_directives=compiler_directives),
8383
#ext_modules=cythonize(ext_modules, compiler_directives=compiler_directives, annotate=True),
84-
packages=['flint'],
84+
packages=['flint', 'flint.test'],
8585
package_dir={'': 'src'},
8686
description='Bindings for FLINT and Arb',
8787
long_description=open('README.md').read(),

0 commit comments

Comments
 (0)