Skip to content

Commit

Permalink
add missed readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pohmelie committed Nov 28, 2017
1 parent a1c5377 commit 8549a4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include readme.md
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
url="https://github.com/pohmelie/skin",
license="Apache 2",
tests_require=["pytest", "pytest-cov"],
include_package_data=True,
scripts=["skin.py"],
python_requires=">= 3.4",
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion skin.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


__all__ = ("Skin",)
__version__ = "0.0.2"
__version__ = "0.0.3"
version = tuple(map(int, __version__.split(".")))


Expand Down

0 comments on commit 8549a4e

Please sign in to comment.