Skip to content

Commit 4366024

Browse files
committed
Include LICENSE when building package
1 parent 118a12c commit 4366024

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

MANIFEST.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
include LICENSE
12
recursive-include src/iris/ui/templates *
2-
recursive-include src/iris/ui/static *
3+
recursive-include src/iris/ui/static *

src/iris/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.9"
1+
__version__ = "1.0.10"

0 commit comments

Comments
 (0)