Skip to content

Issue with wheels including docs and examples folder #752

@ethanluoyc

Description

@ethanluoyc

Creating wheels from the git repository includes the docs and examples folder.

python -m build .

unzip -t dist/dm_haiku-0.0.11.dev0-py3-none-any.whl
Archive:  dist/dm_haiku-0.0.11.dev0-py3-none-any.whl
    testing: docs/conf.py             OK
    testing: docs/ext/coverage_check.py   OK
    testing: examples/imagenet/__init__.py   OK
    testing: examples/imagenet/dataset.py   OK
    testing: examples/imagenet/train.py   OK
    testing: examples/impala/__init__.py   OK
    testing: examples/impala/actor.py   OK
    testing: examples/impala/actor_test.py   OK
    testing: examples/impala/agent.py   OK
    testing: examples/impala/haiku_nets.py   OK
    testing: examples/impala/learner.py   OK
    testing: examples/impala/learner_test.py   OK
    testing: examples/impala/run_catch.py   OK
    testing: examples/impala/util.py   OK
    testing: examples/rnn/__init__.py   OK
    testing: examples/rnn/dataset.py   OK
    testing: examples/rnn/train.py    OK
    testing: examples/transformer/__init__.py   OK
    testing: examples/transformer/dataset.py   OK
    testing: examples/transformer/model.py   OK
    testing: examples/transformer/train.py   OK

Similar issue in rlax google-deepmind/rlax#133

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions