diff --git a/README.md b/README.md index d8ea636a6c544aa7c6dc98bb914b028e78babf5a..3b7b68ea2062ca5a0e645e45f0723933bf7fb683 100644 --- a/README.md +++ b/README.md @@ -26,19 +26,11 @@ python setup.py install You need both [snakehouse](https://pypi.org/project/snakehouse/1.2.2/) and [tempsdb](https://pypi.org/project/tempsdb/) to compile it from the source, -though binary wheels for: - -* Linux [manylinux2014]: - * x86_64: - * Python 3.8 - * Python 3.9 - * armv7l: - * Python 3.8 - - -are available. If you need an extra wheel, compile it yourself -or just drop me an [issue](https://github.com/smok-serwis/tempsdb/issues/new). +though binary wheels are available for whatever you'd like. +If there's a binary wheel that you would like to have, +just drop me an [issue](https://github.com/smok-serwis/tempsdb/issues/new)/ + If you're installing it somewhere that you don't need both snakehouse and tempsdb installed, compile your own binary wheel with diff --git a/setup.cfg b/setup.cfg index 31783691fbe8e95f0d39c860f16a46112c645755..258fc301241bc807a99a246380e9b8b59cea854b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ # coding: utf-8 [metadata] name = tempsdb -version = 0.6.5a2 +version = 0.6.5 long-description = file: README.md long-description-content-type = text/markdown; charset=UTF-8 license_files = LICENSE diff --git a/tempsdb/__init__.py b/tempsdb/__init__.py index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..93a0b2e8f779eb4b71867716e1321d66782a5d9b 100644 --- a/tempsdb/__init__.py +++ b/tempsdb/__init__.py @@ -0,0 +1,2 @@ +from tempsdb.__bootstrap__ import bootstrap_cython_submodules +bootstrap_cython_submodules()