Git Product home page Git Product logo

Comments (5)

andrewtavis avatar andrewtavis commented on June 25, 2024

Hi John. Thank you for sending this along and for the suggestions. I'll get to this later today or tomorrow, and will reference the blogpost in your second link. I'll further fix this in the other packages. Very much appreciate having this pointed out!

from causeinfer.

andrewtavis avatar andrewtavis commented on June 25, 2024

@jwodder, this took an extra bit because I wanted to rearrange the package to an src structure as suggested by you and the others linked in the blogpost (was reading up on that and figuring out testing). I ran check-wheel-contents on the v0.1.1.3 wheel and got the following:

dist/causeinfer-0.1.1.3-py3-none-any.whl: OK

I'll check wheelodex later for an update on this as a final check. Please let me know if there's anything else I'm missing here, and again thank you for taking the time to bring this to my attention!

from causeinfer.

jwodder avatar jwodder commented on June 25, 2024

@andrewtavis While your wheel no longer contains any superfluous files, I think it may be missing some files. Specifically, I assume you want to include src/causeinfer/data/datasets/* in your wheel, correct? There are two different ways to configure setuptools to include such package data in your wheels, described here, and check-wheel-contents can be told to check that everything in a local directory ended up in your wheel with the --package or --src-dir option.

from causeinfer.

andrewtavis avatar andrewtavis commented on June 25, 2024

@jwodder, yes, most definitely those should be included. Thank you further for the secondary check on all this! Will read the linked blogpost and get to this.

from causeinfer.

andrewtavis avatar andrewtavis commented on June 25, 2024

@jwodder, as the PR says, issue was that I didn't have include_package_data=True in my setup.py to match the arguments in the new MANIFEST.in. Most recent run of check-wheel-contents dist/causeinfer-0.1.1.4-py3-none-any.whl --src-dir=src gave the following:

dist/causeinfer-0.1.1.4-py3-none-any.whl: OK

A similar run on causeinfer-0.1.1.3 generated a list of all the data files. I'll again check wheelodex when it's updated as a final check.

This is the only package of mine that has necessary data that should go in the sdist, and I've updated all the others with an src structure and the needed setup.py alterations except for kwx (will be a part of the next PR that has other fixes).

Let me know if there are any other issues, and thanks for such a useful package regarding check-wheel-contents!

from causeinfer.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.