Skip to content

Commit cd94551

Browse files
author
vshepard
committed
Prepare for pulish to PyPi
1 parent 2ae5332 commit cd94551

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ description-file = README.md
33

44
[flake8]
55
ignore = E501
6-
exclude = .git,__pycache__,env,venv,testgres/__init__.py
6+
exclude = .git,__pycache__,env,venv

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
install_requires = [
88
"psutil",
99
"six>=1.9.0",
10-
"testgres.common @ git+https://github.com/postgrespro/testgres.common.git",
10+
"testgres.common==0.0.1",
1111
]
1212

1313
setup(

src/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)