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

Package metadata #57

Merged
merged 2 commits into from
Jul 12, 2019
Merged

Package metadata #57

merged 2 commits into from
Jul 12, 2019

Conversation

PFigs
Copy link
Contributor

@PFigs PFigs commented Jul 11, 2019

This commit moves all the package metadata, such as author, license,
description, among others into a dedicated file.

This approach allows us to remove the necessity of protecting
module and requirement imports found in init.py.

@PFigs PFigs added cleanup interface/transport Issues related to the gateway transport interface packaging Issues related to packaging labels Jul 11, 2019
@PFigs PFigs requested a review from GwendalRaoul July 11, 2019 13:19
@PFigs PFigs self-assigned this Jul 11, 2019
This commit moves all the package metadata, such as author, license,
description, among others into a dedicated file.

This approach allows us to remove the necessity of protecting
module and requirement imports found in __init__.py.
Copy link
Contributor

@GwendalRaoul GwendalRaoul left a comment

Choose a reason for hiding this comment

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

Good cleanup

@PFigs PFigs merged commit f21004c into master Jul 12, 2019
@PFigs PFigs deleted the fix-python-setup-import branch July 12, 2019 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interface/transport Issues related to the gateway transport interface packaging Issues related to packaging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants