Repository URL to install this package:
|
Version:
3.9.0 ▾
|
flit
/
wheel.py
|
|---|
import logging
import flit_core.wheel as core_wheel
log = logging.getLogger(__name__)
def make_wheel_in(ini_path, wheel_directory, editable=False):
return core_wheel.make_wheel_in(ini_path, wheel_directory, editable)
class WheelBuilder(core_wheel.WheelBuilder):
pass