From 32aa4466d30cf1284ef7473982f3595f216e31f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com> Date: Fri, 5 Apr 2024 14:12:44 +0200 Subject: [PATCH] 0.6.5 --- README.md | 16 ++++------------ setup.cfg | 2 +- tempsdb/__init__.py | 2 ++ 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index d8ea636..3b7b68e 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 3178369..258fc30 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 e69de29..93a0b2e 100644 --- a/tempsdb/__init__.py +++ b/tempsdb/__init__.py @@ -0,0 +1,2 @@ +from tempsdb.__bootstrap__ import bootstrap_cython_submodules +bootstrap_cython_submodules() -- GitLab