Dorothydu's picture
Upload 50 random repository samples
9d3c8f5 verified
# A MANIFEST.in file can be added in a project to define the list of files
# to include in the distribution built by the sdist command.
#
# For more info: https://docs.python.org/2/distutils/sourcedist.html#manifest-related-options
include s3pathlib
include *.txt
include *.rst
exclude *.pyc
exclude *.pyo