Skip to content

Commit 3906915

Browse files
committed
doc: pyproject.toml license and keywords
1 parent 9cc6b19 commit 3906915

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ authors = [
88
]
99
readme = "README.md"
1010
requires-python = ">= 2.7.18, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
11+
license = "Apache-2.0"
12+
keywords = ['interval-tree', 'data-structure', 'intervals', 'tree']
1113
classifiers = [
1214
'Development Status :: 5 - Production/Stable',
1315
'Programming Language :: Python :: Implementation :: PyPy',

0 commit comments

Comments
 (0)