summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in1
-rw-r--r--setup.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..cc0d116
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1 @@
+include LICENSE \ No newline at end of file
diff --git a/setup.py b/setup.py
index b3fca70..a8b0316 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open(str(Path(__file__).resolve().parents[0] / 'README.rst'), encoding='utf
setup(
name='viewstate',
- version='0.1.1',
+ version='0.1.2',
author='Yuval Adam',
author_email='_@yuv.al',
description='.NET viewstate decoder',