X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=8b323a0cfe8b995b717fb9bf77706ecf10de5e65;hb=f8dcc3f8ab3d1487c0e9042e26e437db77c4e311;hp=6f67d78e39daad4889ae69024bbaf81b9de6a4b7;hpb=3732a44acd9b0043eebb4487554542234f21d2a1;p=ppu.git diff --git a/setup.py b/setup.py index 6f67d78..8b323a0 100755 --- a/setup.py +++ b/setup.py @@ -31,5 +31,7 @@ setup(name='ppu', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', ], - scripts=['cmp.py', 'remove-old-files.py', 'rm.py'], + scripts=[ + 'scripts/cmp.py', 'scripts/remove-old-files.py', 'scripts/rm.py', + ], )