Skip to content

Commit

Permalink
build: remove pylint and requirements from sdist
Browse files Browse the repository at this point in the history
An sdist should contain metadata and essential files for generating a
built distribution, i.e. wheel.

Signed-off-by: Joshua Lock <jlock@vmware.com>
  • Loading branch information
joshuagl committed Oct 20, 2021
1 parent b96e5cd commit e2c5f1c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ recursive-include tests *.cfg
recursive-include tests *.coveragerc
recursive-include tests *.pub

# Development related files
include requirements*.txt
include pylintrc
include tuf/api/pylintrc

# Docs
include docs/conf.py
recursive-include tuf *.md
Expand All @@ -33,3 +28,7 @@ recursive-include docs *.rst
# To remove
recursive-include tuf/scripts *.py

# Development related files are not required in sdist
exclude pylintrc
exclude tuf/api/pylintrc
exclude requirements*txt

0 comments on commit e2c5f1c

Please sign in to comment.