Skip to content

Allow packages with only one source file

Compare
Choose a tag to compare
@dhalbert dhalbert released this 04 Jun 21:09
421cd0f

A number of packages have only one source file + __init__.py. __init__.py isn't needed for Python 3, but removing it broke the builds because build.py was assuming there would be at least two files in a package.