Skip to content

Commit

Permalink
Setup check-manifest
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
dralley authored and daviddavis committed Nov 30, 2020
1 parent 7a94cf4 commit 4d09e21
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
include VERSION
include README.rst
include LICENSE
include requirements.txt
include dev_requirements.txt
include pyproject.toml
include COPYRIGHT
include pulp_smash/**
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,16 @@ build-backend = 'setuptools.build_meta'

[tool.black]
line-length = 100

[tool.check-manifest]
ignore = [
"CONTRIBUTING.rst",
"HISTORY.rst",
"dev_requirements.txt",
"Makefile",
".pre-commit-config.yaml",
".github/**",
"docs/**",
"scripts/**",
"tests/**",
]

0 comments on commit 4d09e21

Please sign in to comment.