Skip to content

Commit 37b9d8e

Browse files
author
d.kovalenko
committed
Revert "Prepare for publish to PyPi"
This reverts commit e92b1f6.
1 parent e92b1f6 commit 37b9d8e

File tree

21 files changed

+12
-398
lines changed

21 files changed

+12
-398
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ tmp
55
logs
66
build
77
testgres.postgres_configuration.egg-info
8-
.vscode

.vscode/settings.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"python.testing.unittestEnabled": false,
3+
"python.testing.pytestEnabled": true,
4+
5+
"python.testing.pytestArgs": [
6+
"--config-file=pytest.ini",
7+
"-v",
8+
"-l",
9+
"-n", "8"
10+
],
11+
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
package_dir={"testgres.postgres_configuration": "src"},
4343
description="PostgreSQL Configuration Python Library",
44-
url="https://github.com/postgrespro/testgres.pg_conf",
44+
url="https://git.postgrespro.ru/d.kovalenko/testgres.postgres_configuration",
4545
long_description=readme,
4646
long_description_content_type="text/markdown",
4747
license="PostgreSQL",

src/abstract/__init__.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/abstract/v00/__init__.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/core/__init__.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/core/option/__init__.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/core/option/handlers/__init__.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/core/option/handlers/add/__init__.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/core/option/handlers/get_value/__init__.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)