pyflow 0.3.1

A modern Python installation and dependency manager
1
2
3
4
5
6
7
8
9
10
11
12
13
// todo: This uses a custom build system instead of setuptools.
// todo: Once you get this working, replace relevant fns in build.rs, and
// todo remove this file.

use std::path::Path;

pub fn build_sdist(source: &Path) {

}

pub fn build_wheel(source: &Path) {

}