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

Package demo scripts and data in sdists and wheels #408

Merged
merged 5 commits into from Nov 30, 2023

Commits on Feb 23, 2023

  1. Package demo scripts and data in sdists and wheels

    This enables users who haven't cloned the git repository to still run
    the demos.
    
    A few unnecessary entries were removed from MANIFEST.in too. TODO: see
    whether we can get rid of MANIFEST.in completely and use setuptools'
    find_packages and package_data instead.
    jacklovell committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    a029b09 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Remove MANIFEST.in and include_package_data, specify package_data man…

    …ually
    
    This allows finer control over what gets packaged, and fixes a
    deprecation warning in recent setuptools versions (see
    pypa/setuptools#3308 for detais).
    It also prevents Cython-transpiled C source files being included in
    the wheel distribution, which roughly halves the size of the installed
    distribution.
    jacklovell committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    3007d55 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    6b8b71c View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    55705a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49861bf View commit details
    Browse the repository at this point in the history