We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b53bcd commit 5d5144eCopy full SHA for 5d5144e
setup.py
@@ -5,12 +5,12 @@
5
setup(
6
name = 'segmenttree',
7
version = '1.0.0',
8
- keywords = ('segment', 'tree'),
+ keywords = 'segment tree',
9
description = 'A Python implementation of Segment Tree',
10
license = 'MIT License',
11
12
url = 'https://leons.im/posts/a-python-implementation-of-segment-tree/',
13
- author = 'Leon S',
+ author = '1e0n',
14
author_email = 'i@leons.im',
15
16
packages = find_packages(),
0 commit comments