Skip to content

Commit

Permalink
Chore: remove check-manifest (no longer needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Jun 13, 2022
1 parent 22c455f commit d4d8a26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,12 @@ jobs:
with:
python-version: '3.10'

- name: Install python-build, check-manifest, and twine
- name: Install python-build and twine
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install build check-manifest twine
python -m pip install build twine
python -m pip list
- name: Check MANIFEST
run: |
check-manifest
- name: Build a wheel and a sdist
run: |
python -m build --outdir dist/ .
Expand Down
19 changes: 0 additions & 19 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ backends = [
]
complete = [
"black>=22.1.0",
"check-manifest",
"click_completion",
"codemetapy>=0.3.4",
"flake8",
Expand Down Expand Up @@ -110,7 +109,6 @@ contrib = [
]
develop = [
"black>=22.1.0",
"check-manifest",
"click_completion",
"codemetapy>=0.3.4",
"flake8",
Expand Down Expand Up @@ -249,23 +247,6 @@ skip-string-normalization = true
include = "\\.pyi?$"
exclude = "/(\n \\.git\n | .eggs\n | build\n)/\n"

[tool.check-manifest]
ignore = [
"docs*",
"validation*",
"examples*",
"tests*",
"docker*",
"binder*",
".*",
"pyproject.toml",
"pytest.ini",
"codecov.yml",
"codemeta.json",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"AUTHORS",
]

[tool.pytest.ini_options]
minversion = "6.0"
Expand Down

0 comments on commit d4d8a26

Please sign in to comment.