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

include-package-data can't find it in namespaces #4193

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jan 25, 2024

  1. include-package-data can't find it in namespaces

    I generated a special development release to demonstrate the issue: https://pypi.org/project/finitelycomputable-idtrust-common/24.0.dev1/#files
    
    The pyproject.toml uses this configuration. The sdist contains the needed template files, but they are not listed in SOURCES.txt, and the generated wheel does not include them. To include them it is not sufficient to uncomment the tool.setuptools.package-data table, you must also comment out the tool.setuptools.packages.find table.
    thrasymache committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    e4eff3a View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. first set of requested changes

    getting an sdist inconsistent with a wheel only occurs if you have an
    old egg-info directory with an old SOURCES.txt. I can only guess that
    it also requires the SOURCES.txt to get misidentified as up-to-date.
    thrasymache committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e61adbf View commit details
    Browse the repository at this point in the history