Skip to content

Commit 9b4331b

Browse files
authored
Merge pull request #1 from aaron-siegel/typed-package
Mark pgserver as a typed package
2 parents bd7c2b1 + 95740dc commit 9b4331b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pgserver" # Required
3-
version = "0.0.4" # Required
3+
version = "0.0.5" # Required
44
description = "Self-contained postgres server for your python applications" # Required
55
readme = "README.md" # Optional
66
requires-python = ">=3.8"

src/pgserver/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
from ._commands import *
2-
from ._utils import *
2+
from ._utils import *
3+
from ._utils import PostgresServer

src/pgserver/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)