Skip to content

Commit e301b8c

Browse files
committed
isort config
1 parent a99495f commit e301b8c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
[build-system]
22
requires = ["setuptools", "wheel", "Cython"]
3+
4+
[tool.isort]
5+
indent = "tab"
6+
line_length = 120

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
setup(
3737
author="Dobatymo",
3838
name="metrohash-python",
39-
version="1.1.3.2",
39+
version="1.1.3.3",
4040
url="https://github.com/Dobatymo/metrohash-python",
4141
description="Python bindings for MetroHash",
4242
long_description=long_description,

0 commit comments

Comments
 (0)