Skip to content

Commit 062dcf3

Browse files
committed
add the license file to the distribution
1 parent f510ec5 commit 062dcf3

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
include *.md
2+
include LICENSE

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 0.5.1
2+
=============
3+
4+
* Add the LICENSE file to the distribution.
5+
16
Version 0.5
27
===========
38

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55

66
setup(
77
name="asserts",
8-
version="0.5",
8+
version="0.5.1",
99
description="Rich Assertions",
1010
author="Sebastian Rittau",
1111
author_email="srittau@rittau.biz",
1212
url="https://github.com/srittau/python-asserts",
1313
py_modules=["asserts", "test_asserts"],
14+
license="MIT",
1415
)

0 commit comments

Comments
 (0)