Skip to content

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pohmelie committed Nov 28, 2017
1 parent 8549a4e commit f9bf08a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
url="https://github.com/pohmelie/skin",
license="Apache 2",
tests_require=["pytest", "pytest-cov"],
include_package_data=True,
scripts=["skin.py"],
py_modules=["skin"],
package_data={"": "readme.md"},
python_requires=">= 3.4",
classifiers=[
"Development Status :: 3 - Alpha",
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.3"
__version__ = "0.0.4"
version = tuple(map(int, __version__.split(".")))


Expand Down

0 comments on commit f9bf08a

Please sign in to comment.