blob: 8758b9f2c41d8367c7435228b54d0af9db607dd6 [file] [edit]
#
# Copyright (c) Memfault, Inc.
# See License.txt for details
#
#!/usr/bin/env python
try:
from setuptools import setup
except ImportError:
from distutils.core import setup # type: ignore[assignment]
# This is a stub file generated so that `pip` can install this package in "editable mode".
setup(name="mflt-build-id", packages=["mflt_build_id"], version="0.0.5", package_dir={"": "src"})