Skip to content

Commit 74dbacd

Browse files
authored
Fixing packaging issue causing install fails (#70)
1 parent 8ca985f commit 74dbacd

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

build.py

-8
This file was deleted.

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[tool.poetry]
22
name = "rejson"
3-
version = "0.5.5"
3+
version = "0.5.6"
44
description = "RedisJSON Python Client"
55
authors = ["RedisLabs <[email protected]>"]
66
license = "BSD-3-Clause"
77
readme = "README.md"
8-
build = "build.py"
98

109
classifiers = [
1110
'Topic :: Database',

0 commit comments

Comments
 (0)