Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically build fishery client during wheel creation #181

Merged
merged 9 commits into from
Mar 11, 2023

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    10a5d76 View commit details
    Browse the repository at this point in the history
  2. Convert sardine.cli into a regular package

    This is needed to work with having namespace packages disabled.
    `sardine.cli.main` will still exist, but the preferred entrypoint
    should be `sardine.cli` or `sardine-config`.
    thegamecracks committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    1c45827 View commit details
    Browse the repository at this point in the history
  3. Automatically build fishery/client during installation

    - Adds setup.py with build subcommand to run yarn build
    - Excludes .svelte-kit and build artifacts from sdist
    - Disables include_package_data for setuptools
      This makes MANIFEST.in only apply to the source distribution,
      which is necessary to avoid including the fishery client's source.
      As a consequence, data files must be explicitly listed in pyproject.toml.
    thegamecracks committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    dfc10e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49d0367 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Revert "Add yarn.lock to gitignore"

    Actually might be a better idea to explicitly upgrade dependencies
    than to grab the latest compatible versions each time
    thegamecracks committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    87749b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db44909 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60e7181 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    319e185 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb7faf9 View commit details
    Browse the repository at this point in the history