Skip to content

Commit

Permalink
Exclude .swp files
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Oct 4, 2024
1 parent 8523940 commit dc92e70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ prune Doc/_build
include .github/workflows/*.yml
recursive-include src *.h *.c
graft src/test
recursive-exclude src *.pyc
recursive-exclude src *.pyc *.swp
prune src/test/build
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pycryptodome-test-vectors==1.0.19
pycryptodome-test-vectors==1.0.20
2 changes: 1 addition & 1 deletion test_vectors/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ include setup.py
include LICENSE.rst
recursive-include src *.h *.c *.cpp
graft pycryptodome_test_vectors
global-exclude __pycache__ *.pyc
global-exclude __pycache__ *.pyc *.swp
2 changes: 1 addition & 1 deletion test_vectors/pycryptodome_test_vectors/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.19"
__version__ = "1.0.20"

0 comments on commit dc92e70

Please sign in to comment.