Skip to content

Commit 9cc6b19

Browse files
committed
build: pyproject.toml requires-python ~=2.7 or ~= 3.5; restore author; restore description for Py2&3
1 parent 1dec7a9 commit 9cc6b19

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[project]
22
name = "intervaltree"
3-
description='Editable interval tree data structure'
3+
description='Editable interval tree data structure for Python 2 and 3'
44
version = "3.2.0"
55
authors = [
66
{ name="Chaim Leib Halbert", email="[email protected]" },
7+
{ name="Konstantin Tretyakov" },
78
]
89
readme = "README.md"
9-
requires-python = ">=3.6"
10+
requires-python = ">= 2.7.18, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
1011
classifiers = [
1112
'Development Status :: 5 - Production/Stable',
1213
'Programming Language :: Python :: Implementation :: PyPy',

0 commit comments

Comments
 (0)