mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Merge branch 'master' into interposition
This commit is contained in:
commit
0dd1ea5968
2 changed files with 1 additions and 1 deletions
1
find-code.sh
Executable file
1
find-code.sh
Executable file
|
|
@ -0,0 +1 @@
|
|||
find \( -name "*.py" \) -type f -print | xargs grep -nis -IC1 --color=always "$1" | less -R
|
||||
1
setup.py
1
setup.py
|
|
@ -17,7 +17,6 @@
|
|||
'simplejson'],
|
||||
scripts=['quickstart.py',
|
||||
'basic_client.py',
|
||||
'example_client.py',
|
||||
'tuf/pushtools/push.py',
|
||||
'tuf/pushtools/receivetools/receive.py',
|
||||
'tuf/repo/signercli.py'])
|
||||
|
|
|
|||
Loading…
Reference in a new issue