Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

fix: exclude docs and tests from package #63

Merged
merged 2 commits into from Jun 17, 2021

Commits on Jun 17, 2021

  1. fix: Prevent unrelated packages from being installed

    Currently, packages `tests` and `docs` are installed (because they are discovered as valid packages by `PEP420PackageFinder`), which can break user's code if they also use `test` as a location for their tests, due to package name conflict.
    msdinit committed Jun 17, 2021
    Copy the full SHA
    7bd1f69 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0e39c6c View commit details
    Browse the repository at this point in the history