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

Add missing yaml file to package #118

Merged
merged 3 commits into from
Oct 5, 2023
Merged

Add missing yaml file to package #118

merged 3 commits into from
Oct 5, 2023

Conversation

Zeitsperre
Copy link
Contributor

@Zeitsperre Zeitsperre commented Oct 4, 2023

Pull Request Checklist:

  • This PR addresses an already opened issue (for bug fixes / features)
  • (If applicable) Documentation has been added / updated (for bug fixes / features).
  • (If applicable) Tests have been added.
  • HISTORY.rst has been updated (with summary of main changes).
    • Link to issue (:issue:number) and pull request (:pull:number) has been added.

What kind of change does this PR introduce?

  • Adds a file type that was missing in the manifest (*.yml)

Does this PR introduce a breaking change?

No.

Other information:

@Zeitsperre Zeitsperre added the bug Something isn't working label Oct 4, 2023
@Zeitsperre Zeitsperre self-assigned this Oct 4, 2023
@juliettelavoie
Copy link
Contributor

I tried to add that and it didn't work..

Copy link
Contributor

@aulemahal aulemahal left a comment

Choose a reason for hiding this comment

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

Thanks!

For some reason, this doesn't work on my machine though, but it should... I'll try some more.

MANIFEST.in Outdated
@@ -9,7 +9,7 @@ include requirements_docs.txt

recursive-include figanos *.json *.mplstyle *.py *.txt
recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
recursive-include data *.json *.txt
recursive-include data *.json *.txt *.yml
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
recursive-include data *.json *.txt *.yml
recursive-include data *.json *.txt *.yml *.png

Shouldn't we want to add the logo too ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good question. I think we should opt for a different solution. I can probably suggest an implementation tomorrow. See: #115

MANIFEST.in Outdated Show resolved Hide resolved
Copy link
Contributor

@juliettelavoie juliettelavoie left a comment

Choose a reason for hiding this comment

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

ça marche, merci!

@Zeitsperre Zeitsperre merged commit 3339ff5 into main Oct 5, 2023
7 checks passed
@Zeitsperre Zeitsperre deleted the fix-manifest branch October 5, 2023 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't import figanos
3 participants