]> git.phdru.name Git - ppu.git/commitdiff
Feat: create ppu module
authorOleg Broytman <phd@phdru.name>
Sun, 4 Jun 2017 18:52:36 +0000 (21:52 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 4 Jun 2017 19:17:11 +0000 (22:17 +0300)
ppu/__init__.py [new file with mode: 0644]
setup.py

diff --git a/ppu/__init__.py b/ppu/__init__.py
new file mode 100644 (file)
index 0000000..792d600
--- /dev/null
@@ -0,0 +1 @@
+#
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',
       ],