diff --git a/README.md b/README.md index 6a6786778cbb0666696e211542ff11f0141e2f80..a888ccc4001947ba085ee19265913a571573b57b 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,15 @@ MiniJSON []() [](https://github.com/smok-serwis/minijson) -MiniJSON is a codec for a compact binary representation of a superset of JSON (binary values) -are supported. +MiniJSON is a codec for a compact binary representation of a superset of JSON +(binary values) are supported. Note -==== +---- Active development of **minijson** is moved to this fork. -[Dronehub](https://github.com/Dronehub) has no interest in further developing this awesome technology. +[Dronehub](https://github.com/Dronehub) has no interest in further developing this awesome +technology. Usage ----- @@ -33,6 +34,10 @@ Alternatively, you can [file an issue](https://github.com/Dronehub/minijson/issues/new) and I'll do my best to compile a wheel for you. -In order to do that you must have `Cython` installed. +Compiling own wheels +-------------------- + +If there's no wheel, and you'd like to compile it on your own, you'll +require [Cython](https://cython.org/) installed. Run the Dockerfile to launch unit tests locally. diff --git a/setup.cfg b/setup.cfg index 58d41cec0674ad1d001c6ef203c48f172789d79e..51a12f027fdbfdc14ec8f729657f6cedf814d2bf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ # coding: utf-8 [metadata] -version = 2.11 +version = 2.12a1 name = minijson long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8