]> git.phdru.name Git - ppu.git/blobdiff - setup.py
Feat: create ppu module
[ppu.git] / setup.py
index d25f5e0c0a2df061576de0554e57812c60362f57..8b5aab78c70b0e9a5871de292f81417c55c1c496 100755 (executable)
--- 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',
       ],