Skip to content

Commit f6235fe

Browse files
Clean up MANIFEST.in
For the most common use cases, setuptools will automatically find out which files are necessary for distributing the package. The following files are included in a source distribution by default: - All files specified by the license-files configuration parameter in pyproject.toml; note that if you don’t explicitly set this parameter, setuptools will include any files that match the following glob patterns: LICEN[CS]E*, COPYING*, NOTICE*, AUTHORS**; - pyproject.toml; - README, README.txt, README.rst or README.md; - MANIFEST.in https://setuptools.pypa.io/en/latest/userguide/miscellaneous.html
1 parent e7e52e2 commit f6235fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

MANIFEST.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ recursive-include distributed *.yaml
1111
recursive-include docs *.rst
1212
recursive-exclude distributed **/tests/*
1313

14-
include README.rst
1514
include LICENSE.txt
16-
include MANIFEST.in
1715
include distributed/py.typed
1816
exclude distributed/pytest_resourceleaks.py
1917

0 commit comments

Comments
 (0)