diff --git a/find-code.sh b/find-code.sh new file mode 100755 index 00000000..3bb772ff --- /dev/null +++ b/find-code.sh @@ -0,0 +1 @@ +find \( -name "*.py" \) -type f -print | xargs grep -nis -IC1 --color=always "$1" | less -R diff --git a/setup.py b/setup.py index a077939d..1afc0e7b 100755 --- a/setup.py +++ b/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'])