X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=99b5c17ceeaebd3ba97d97fbc57a8e836d8617f4;hb=0951dc82b8fad86308a0effdcf05223711c7f820;hp=d25f5e0c0a2df061576de0554e57812c60362f57;hpb=6fae43596df9f454186896d861c9062646e51ee1;p=ppu.git diff --git a/setup.py b/setup.py index d25f5e0..99b5c17 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ except ImportError: from distutils.core import setup setup(name='ppu', - version='0.3.2', + version='0.4.0', description='Broytman Portable Python Utilities', long_description=open('README.rst', 'rU').read(), author='Oleg Broytman', @@ -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', ],