X-Git-Url: https://git.phdru.name/?p=ppu.git;a=blobdiff_plain;f=setup.py;h=b28471793ff3eb85068a0e910521d56d941e1ace;hp=88b510d56693574cd9bc5f991fc9fab168798628;hb=e833f2fdc5164b9a9403baa2ee10cae2003cec88;hpb=e78080336c7f7b636cbc6d168bac1d54cec41a09 diff --git a/setup.py b/setup.py index 88b510d..b284717 100755 --- a/setup.py +++ b/setup.py @@ -31,5 +31,5 @@ setup(name='ppu', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', ], - scripts=['cmp.py', 'remove-old-files.py'], + scripts=['cmp.py', 'remove-old-files.py', 'rm.py'], )