From d38cb8a6d0c13d18aaa50c07b4afd00ec5618c13 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Tue, 12 Jul 2016 17:03:45 +0100 Subject: [PATCH] Removed ref to pimglow.py in MANIFEST, bumped version --- library/MANIFEST | 5 ----- library/MANIFEST.in | 2 +- library/setup.py | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 library/MANIFEST diff --git a/library/MANIFEST b/library/MANIFEST deleted file mode 100644 index 404e0d5..0000000 --- a/library/MANIFEST +++ /dev/null @@ -1,5 +0,0 @@ -# file GENERATED by distutils, do NOT edit -CHANGELOG.txt -README.md -piglow.py -setup.py diff --git a/library/MANIFEST.in b/library/MANIFEST.in index 3e086bb..a407d6b 100644 --- a/library/MANIFEST.in +++ b/library/MANIFEST.in @@ -1,5 +1,5 @@ include README.md include setup.py -include pimglow.py +include piglow.py include CHANGELOG.txt include LICENSE.txt diff --git a/library/setup.py b/library/setup.py index 788cb83..32b2738 100755 --- a/library/setup.py +++ b/library/setup.py @@ -37,7 +37,7 @@ 'Topic :: System :: Hardware'] setup(name = 'piglow', - version = '1.2.2', + version = '1.2.3', author = 'Philip Howard', author_email = 'phil@pimoroni.com', description = 'A module to drive the Pimoroni PiGlow board, based on the sn3218 i2c LED controller',