From: Oleg Broytman Date: Sun, 4 Jun 2017 18:52:36 +0000 (+0300) Subject: Feat: create ppu module X-Git-Tag: 0.4.0~2 X-Git-Url: https://git.phdru.name/?p=ppu.git;a=commitdiff_plain;h=55ecf45f8a0eb1acf32ce9009f773facbd937343 Feat: create ppu module --- diff --git a/ppu/__init__.py b/ppu/__init__.py new file mode 100644 index 0000000..792d600 --- /dev/null +++ b/ppu/__init__.py @@ -0,0 +1 @@ +# 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', ],