Skip to content

Commit

Permalink
Fix amperka#62: Include MIT-LICENSE.txt in the tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrkv committed Jan 28, 2013
1 parent 3573408 commit 77decf0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1,4 +1,5 @@
include README.rst
include requirements.txt
include MIT-LICENSE.txt
graft ino/make
graft ino/templates
3 changes: 3 additions & 0 deletions README.rst
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -17,7 +17,7 @@ def gen_data_files(package_dir, subdir):

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',
Expand Down

0 comments on commit 77decf0

Please sign in to comment.