diff options
| author | Yuval Adam <_@yuv.al> | 2018-02-27 00:53:24 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-02-27 00:53:35 +0200 |
| commit | a90faf1abc6927e20f4ed27dfc3f36f6c73a009c (patch) | |
| tree | 15f1b180736021e9f24b1dab2d025b58b82b587a | |
| parent | 9377a031f1f30ac45cd74046fcda04863a6e3718 (diff) | |
Add MANIFEST.in and release v0.1.2v0.1.2
| -rw-r--r-- | MANIFEST.in | 1 | ||||
| -rw-r--r-- | setup.py | 2 |
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 @@ -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', |
