Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 877838c2 authored by hhakim's avatar hhakim
Browse files

setup.py: add pyfaust.fdb subpackage to pyfaust (fixing whl pkg).

parent db1fe0b3
No related branches found
No related tags found
1 merge request!1review of fdb function
Pipeline #987074 passed
......@@ -66,7 +66,7 @@ setup(
version = version, # cf. header
include_dirs = numpy.get_include(),
ext_modules = cythonize(PyFaust, compiler_directives={'language_level': sys.version_info.major }),
packages = [ 'pyfaust', 'pyfaust.tests' ],
packages = ['pyfaust', 'pyfaust.tests', 'pyfaust.fdb'],
url = 'https://faust.inria.fr',
project_urls={
"Bug Tracker": "https://gitlab.inria.fr/faustgrp/faust/-/issues",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment