From 55ecf45f8a0eb1acf32ce9009f773facbd937343 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 4 Jun 2017 21:52:36 +0300 Subject: [PATCH] Feat: create ppu module --- ppu/__init__.py | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 ppu/__init__.py 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', ], -- 2.39.2