Skip to content
Snippets Groups Projects
Commit 5af00d1b authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

v2.2

parent e45f8639
No related branches found
No related tags found
No related merge requests found
from .build import build from .build import build
from .multibuild import Multibuild, find_all from .multibuild import Multibuild, find_all
from .faster_builds import monkey_patch_parallel_compilation from .faster_builds import monkey_patch_parallel_compilation
from .requirements import read_requirements_txt, find_c, find_pyx_and_c, find_pyx from .requirements import read_requirements_txt, read_dependency_links, find_c, find_pyx_and_c, find_pyx
__version__ = '2.0' __version__ = '2.0'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment