[metadata] description = SQLAlchemy schema for SLZ [bdist_wheel] universal = 1 [options] zip_safe = False include_package_data = True [yapf] based_on_style = facebook column_limit = 100 [tool:isort] skip=venv,dockerenv,build,dist,hooksvenv line_length=100 multi_line_output=3 no_lines_before=LOCALFOLDER known_localpackage=db_schema sections=FUTURE,STDLIB,FIRSTPARTY,THIRDPARTY,LOCALPACKAGE,LOCALFOLDER include_trailing_comma=True