Skip to content

Commit

Permalink
Ensure the source distribution is complete
Browse files Browse the repository at this point in the history
Several files present in VCS were not included in the distribution
tarball.

Drop the obsolete appveyor configuration.
  • Loading branch information
jlaine committed Jun 18, 2024
1 parent d914a46 commit e4fb277
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
12 changes: 0 additions & 12 deletions .appveyor.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ jobs:
with:
python-version: 3.8
- name: Install packages
run: pip install mypy ruff types-certifi types-pyopenssl
run: pip install check-manifest mypy ruff types-certifi types-pyopenssl
- name: Run linters
run: |
ruff .
ruff format --check --diff .
mypy src tests
check-manifest
codespell:
name: Check for spelling errors
Expand Down
7 changes: 5 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
exclude .readthedocs.yaml
include LICENSE
recursive-include docs *.py *.rst Makefile
recursive-include examples *.css *.html *.py *.txt
recursive-include docs *.py *.rst *.svg Makefile
recursive-include examples *.css *.html *.py *.rst *.txt
recursive-include requirements *.txt
recursive-include scripts *.json *.py
recursive-include tests *.bin *.pem *.py

0 comments on commit e4fb277

Please sign in to comment.