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 b6677ee commit 17a8446Copy full SHA for 17a8446
setup.py
@@ -35,6 +35,9 @@
35
"testgres.postgres_configuration.core.option.handlers.set_value",
36
"testgres.postgres_configuration.core.option.handlers.set_value_item",
37
"testgres.postgres_configuration.core.option.handlers.write",
38
+ "testgres.postgres_configuration.os",
39
+ "testgres.postgres_configuration.os.abstract",
40
+ "testgres.postgres_configuration.os.local",
41
],
42
package_dir={"testgres.postgres_configuration": "src"},
43
description="PostgreSQL Configuration Python Library",
0 commit comments