mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2025-10-19 16:03:45 +00:00
Exclude .swp files
This commit is contained in:
parent
8523940676
commit
dc92e70ffb
4 changed files with 4 additions and 4 deletions
|
@ -9,5 +9,5 @@ prune Doc/_build
|
||||||
include .github/workflows/*.yml
|
include .github/workflows/*.yml
|
||||||
recursive-include src *.h *.c
|
recursive-include src *.h *.c
|
||||||
graft src/test
|
graft src/test
|
||||||
recursive-exclude src *.pyc
|
recursive-exclude src *.pyc *.swp
|
||||||
prune src/test/build
|
prune src/test/build
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
pycryptodome-test-vectors==1.0.19
|
pycryptodome-test-vectors==1.0.20
|
||||||
|
|
|
@ -3,4 +3,4 @@ include setup.py
|
||||||
include LICENSE.rst
|
include LICENSE.rst
|
||||||
recursive-include src *.h *.c *.cpp
|
recursive-include src *.h *.c *.cpp
|
||||||
graft pycryptodome_test_vectors
|
graft pycryptodome_test_vectors
|
||||||
global-exclude __pycache__ *.pyc
|
global-exclude __pycache__ *.pyc *.swp
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "1.0.19"
|
__version__ = "1.0.20"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue