1# Copyright 2021 The Pigweed Authors 2# 3# Licensed under the Apache License, Version 2.0 (the "License"); you may not 4# use this file except in compliance with the License. You may obtain a copy of 5# the License at 6# 7# https://www.apache.org/licenses/LICENSE-2.0 8# 9# Unless required by applicable law or agreed to in writing, software 10# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 11# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 12# License for the specific language governing permissions and limitations under 13# the License. 14[metadata] 15name = pw_env_setup 16version = 0.0.1 17author = Pigweed Authors 18author_email = [email protected] 19description = Environment setup for Pigweed 20 21[options] 22packages = find: 23zip_safe = False 24install_requires = 25 six 26 types-six 27 28[options.entry_points] 29console_scripts = 30 _pw_env_setup = pw_env_setup.env_setup:main 31 arm-none-eabi-gdb = pw_env_setup.entry_points.arm_gdb:main 32 33[options.package_data] 34pw_env_setup = 35 cipd_setup/.cipd_version 36 cipd_setup/.cipd_version.digests 37 cipd_setup/arm.json 38 cipd_setup/bazel.json 39 cipd_setup/buildifier.json 40 cipd_setup/clang.json 41 cipd_setup/cmake.json 42 cipd_setup/compatibility.json 43 cipd_setup/default.json 44 cipd_setup/doxygen.json 45 cipd_setup/go.json 46 cipd_setup/host_tools.json 47 cipd_setup/kythe.json 48 cipd_setup/luci.json 49 cipd_setup/msrv_python.json 50 cipd_setup/pigweed.json 51 cipd_setup/python.json 52 cipd_setup/rbe.json 53 cipd_setup/riscv.json 54 cipd_setup/ruff.json 55 cipd_setup/testing.json 56 cipd_setup/upstream.json 57 cipd_setup/web.json 58 py.typed 59 virtualenv_setup/constraint.list 60 virtualenv_setup/constraint_hashes_linux.list 61 virtualenv_setup/python_base_requirements.txt 62