Skip to content

Commit 3bf46b1

Browse files
author
James William Pye
committed
Add entries for allowing sphinx data documentation.
1 parent fbe2964 commit 3bf46b1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

postgresql/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
'open',
2222
]
2323

24+
#: The version string of py-postgresql.
25+
version = '' # overridden by subsequent import from .project.
26+
27+
#: The version triple of py-postgresql: (major, minor, patch).
28+
version_info = () # overridden by subsequent import from .project.
29+
2430
# Optional.
2531
try:
2632
from .project import version_info, version, \

0 commit comments

Comments
 (0)