Skip to content

Conversation

markmcd
Copy link
Member

@markmcd markmcd commented Dec 23, 2021

I'm not 100% sure what's going on, but I think the recursive-include statements are somehow bound to unixy paths, as they weren't being included in the built package on Windows.

Should address this issue.

I'm not 100% what's going on, but I think the `recursive-include` statements are somehow bound to unixy paths, as they weren't being included in the built package on Windows.

Should address [this issue](tensorflow/tensorflow#53216).
MANIFEST.in Outdated
global-include **/templates/*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happened to the gen_java files?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They're gen_java/templates, so they're covered by this.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I see what you mean, the shell script in gen_java wouldn't be covered by this, nor the python includes. I'll double check that now.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed now. I've included *.sh across the repo & confirmed it's only added the one file. I think that's fine, under the assumption that we want our shell scripts packaged too.

PTAL

MarkDaoust
MarkDaoust previously approved these changes Jan 6, 2022
@github-actions github-actions bot added the lgtm Community-added approval label Jan 6, 2022
MarkDaoust
MarkDaoust previously approved these changes Jan 6, 2022
@MarkDaoust MarkDaoust added the ready to pull Start merge process label Jan 6, 2022
@markmcd
Copy link
Member Author

markmcd commented Jan 7, 2022

Merge conflict. PTAL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Community-added approval ready to pull Start merge process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants