X-Git-Url: https://git.phdru.name/?p=ppu.git;a=blobdiff_plain;f=setup.py;h=8b5aab78c70b0e9a5871de292f81417c55c1c496;hp=d25f5e0c0a2df061576de0554e57812c60362f57;hb=55ecf45f8a0eb1acf32ce9009f773facbd937343;hpb=6fae43596df9f454186896d861c9062646e51ee1 diff --git a/setup.py b/setup.py index d25f5e0..8b5aab7 100755 --- a/setup.py +++ b/setup.py @@ -32,6 +32,7 @@ setup(name='ppu', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', ], + packages=['ppu'], scripts=[ 'scripts/cmp.py', 'scripts/remove-old-files.py', 'scripts/rm.py', ],