Skip to content

Commit e2c5f1c

Browse files
committed
build: remove pylint and requirements from sdist
An sdist should contain metadata and essential files for generating a built distribution, i.e. wheel. Signed-off-by: Joshua Lock <[email protected]>
1 parent b96e5cd commit e2c5f1c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

MANIFEST.in

+4-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ recursive-include tests *.cfg
1818
recursive-include tests *.coveragerc
1919
recursive-include tests *.pub
2020

21-
# Development related files
22-
include requirements*.txt
23-
include pylintrc
24-
include tuf/api/pylintrc
25-
2621
# Docs
2722
include docs/conf.py
2823
recursive-include tuf *.md
@@ -33,3 +28,7 @@ recursive-include docs *.rst
3328
# To remove
3429
recursive-include tuf/scripts *.py
3530

31+
# Development related files are not required in sdist
32+
exclude pylintrc
33+
exclude tuf/api/pylintrc
34+
exclude requirements*txt

0 commit comments

Comments
 (0)