Skip to content

Commit c615310

Browse files
committed
fix doc link/add py2
1 parent 087d44f commit c615310

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ classifiers = [
2222
"Operating System :: Unix",
2323
"Operating System :: MacOS",
2424
"Programming Language :: Python",
25+
"Programming Language :: Python :: 2",
26+
"Programming Language :: Python :: 2.7",
2527
"Programming Language :: Python :: 3",
2628
"Programming Language :: Python :: 3.6",
2729
"Programming Language :: Python :: 3.7",
@@ -38,7 +40,7 @@ classifiers = [
3840

3941
[project.urls]
4042
Homepage = "https://github.com/joknarf/pgtree"
41-
Documentation = "https://github.com/joknarf/pgtree/blob/main/README.md"
43+
Documentation = "https://github.com/joknarf/pgtree/blob/master/README.md"
4244
Repository = "https://github.com/joknarf/pgtree.git"
4345

4446
[build-system]

0 commit comments

Comments
 (0)