# Information about how a distribution should be built:
# Add a few things to the distribution root.
doc
LICENSE.txt
NEWS.txt
README.txt
# Specify what is included in the component.
# Python modules from the package:
*.py
# Child packages:
components
tests
# Other files and directories needed when distutils runs:
scripts