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

Ignore docs directory and allow packages to drop __init__.py #11

Merged
merged 1 commit into from
Feb 1, 2018

Conversation

tannewt
Copy link
Member

@tannewt tannewt commented Jan 31, 2018

Python 3.3 made init.py optional by adding "namespace packages"
and MicroPython supports them.

This is needed for adafruit/circuitpython#566

Python 3.3 made __init__.py optional by adding "namespace packages"
and MicroPython supports them.
@tannewt tannewt requested a review from dhalbert February 1, 2018 19:23
Copy link
Contributor

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

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

K!

@dhalbert dhalbert merged commit 269ceae into adafruit:master Feb 1, 2018
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.

2 participants