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

ENH: Move firmware folder to basil (part of pakage) #95

Merged
merged 1 commit into from
Jan 7, 2019

Conversation

themperek
Copy link
Member

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 33.844% when pulling 393cbfb on move_firmware into 9fbd339 on development.

Copy link
Collaborator

@DavidLP DavidLP left a comment

Choose a reason for hiding this comment

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

All fine. Did you check total package size? For pypi it should not be too big.

@@ -21,6 +22,13 @@
with open('requirements.txt') as f:
install_requires = f.read().splitlines()

def package_files(directory):
Copy link
Collaborator

Choose a reason for hiding this comment

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

Educated "3rd" best Stackoverflow answer, that acutally is the best answer ;-)

Copy link
Member Author

Choose a reason for hiding this comment

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

?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Collaborator

Choose a reason for hiding this comment

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

Isn't MANIFEST.in enough?

Copy link
Collaborator

@laborleben laborleben Jan 7, 2019

Choose a reason for hiding this comment

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

and adding '*.v' after '*.yaml'.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Also consider that the answers are more than 2 years old. Quite a bit for setuptools.

Copy link
Member Author

Choose a reason for hiding this comment

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

Isn't MANIFEST.in enough?

As I see it will be part of package but will not be installed during installation.

@themperek
Copy link
Member Author

Package size should not change since firmware was already before part of it just not installed.

@DavidLP DavidLP merged commit 22943cf into development Jan 7, 2019
@themperek themperek deleted the move_firmware branch January 7, 2019 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants