]> git.phdru.name Git - ppu.git/blobdiff - setup.py
Next version will be 0.4.0
[ppu.git] / setup.py
index d25f5e0c0a2df061576de0554e57812c60362f57..99b5c17ceeaebd3ba97d97fbc57a8e836d8617f4 100755 (executable)
--- 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',
       ],