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 087d44f commit c615310Copy full SHA for c615310
pyproject.toml
@@ -22,6 +22,8 @@ classifiers = [
22
"Operating System :: Unix",
23
"Operating System :: MacOS",
24
"Programming Language :: Python",
25
+ "Programming Language :: Python :: 2",
26
+ "Programming Language :: Python :: 2.7",
27
"Programming Language :: Python :: 3",
28
"Programming Language :: Python :: 3.6",
29
"Programming Language :: Python :: 3.7",
@@ -38,7 +40,7 @@ classifiers = [
38
40
39
41
[project.urls]
42
Homepage = "https://github.com/joknarf/pgtree"
-Documentation = "https://github.com/joknarf/pgtree/blob/main/README.md"
43
+Documentation = "https://github.com/joknarf/pgtree/blob/master/README.md"
44
Repository = "https://github.com/joknarf/pgtree.git"
45
46
[build-system]
0 commit comments