From 1a042da972714820703a7417d70630530b2f43e8 Mon Sep 17 00:00:00 2001 From: Cryptomelone Date: Sun, 4 Feb 2018 00:40:02 +0900 Subject: [PATCH] :tada: It is now installable from pypi. --- MANIFEST.in | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..689e50f --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +include LICENSE +include README.md \ No newline at end of file diff --git a/README.md b/README.md index ded425b..25e84d5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It contains functions and simple command line tools for make/pack unity3d compat ## Install ```bash -pip3 install git+ssh://git@github.com/Cryptomelone/lz4unipy.git +pip3 install lz4unipy ``` ## Usage