We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f510ec5 commit 062dcf3Copy full SHA for 062dcf3
MANIFEST.in
@@ -1 +1,2 @@
1
include *.md
2
+include LICENSE
NEWS.md
@@ -1,3 +1,8 @@
+Version 0.5.1
+=============
3
+
4
+* Add the LICENSE file to the distribution.
5
6
Version 0.5
7
===========
8
setup.py
@@ -5,10 +5,11 @@
setup(
name="asserts",
- version="0.5",
+ version="0.5.1",
9
description="Rich Assertions",
10
author="Sebastian Rittau",
11
author_email="srittau@rittau.biz",
12
url="https://github.com/srittau/python-asserts",
13
py_modules=["asserts", "test_asserts"],
14
+ license="MIT",
15
)
0 commit comments