From 77decf05122625c2cdd335345fe37952970385c4 Mon Sep 17 00:00:00 2001 From: Victor Nakoryakov Date: Mon, 28 Jan 2013 23:54:36 +0400 Subject: [PATCH] Fix #62: Include `MIT-LICENSE.txt` in the tarball --- MANIFEST.in | 1 + README.rst | 3 +++ setup.py | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 7222873..203b16e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include README.rst include requirements.txt +include MIT-LICENSE.txt graft ino/make graft ino/templates diff --git a/README.rst b/README.rst index ece4f21..940ffaf 100644 --- a/README.rst +++ b/README.rst @@ -90,6 +90,9 @@ Contributors Changelog ========= +0.3.5 + * Fix #62: Include `MIT-LICENSE.txt` in the tarball. + 0.3.4 * Fix #44, #45: Building and uploading for Arduino Leonardo is fully supported. * Fix #3, #29: Build artifacts for different board models and Arduino distributions diff --git a/setup.py b/setup.py index 39a9273..6124c76 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ ino_package_data = gen_data_files('ino', 'make') + gen_data_files('ino', 'templa setup( name='ino', - version='0.3.4', + version='0.3.5', description='Command line toolkit for working with Arduino hardware', long_description=readme_content, author='Victor Nakoryakov, Amperka Team',