Skip to content

Commit

Permalink
add the license file to the distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau committed Feb 21, 2014
1 parent f510ec5 commit 062dcf3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include *.md
include LICENSE
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.5.1
=============

* Add the LICENSE file to the distribution.

Version 0.5
===========

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@

setup(
name="asserts",
version="0.5",
version="0.5.1",
description="Rich Assertions",
author="Sebastian Rittau",
author_email="srittau@rittau.biz",
url="https://github.com/srittau/python-asserts",
py_modules=["asserts", "test_asserts"],
license="MIT",
)

0 comments on commit 062dcf3

Please sign in to comment.