Skip to content

Commit

Permalink
Cleanup MANIFEST.in.
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Rohm committed Apr 28, 2015
1 parent a1dad32 commit a374a51
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@

Here you can see the full list of changes between each release.

Version 1.0.8
-------------
Clean-up MANIFEST.in


Version 1.0.7
-------------
Repackaged to include the README.rst.


Version 1.0.6
-------------
Move repository to GitHub.
Expand Down
5 changes: 4 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
include CHANGES LICENSE AUTHORS README.md README.rst
include CHANGES LICENSE AUTHORS
include README.rst
include README.md

recursive-include tests *
recursive-include docs *
recursive-include examples *
Expand Down
2 changes: 1 addition & 1 deletion pi_sht1x/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__author__ = 'Doug Rohm'
__version__ = '1.0.7'
__version__ = '1.0.8'

from .sht1x import SHT1x, SHT1xError

0 comments on commit a374a51

Please sign in to comment.