Skip to content

Commit 4bbbcd1

Browse files
author
d.kovalenko
committed
setup.py is updated (readme)
1 parent 900fe1b commit 4bbbcd1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
except ImportError:
44
from distutils.core import setup
55

6+
# Get contents of README file
7+
with open("README.md", "r") as f:
8+
readme = f.read()
9+
610
# Basic dependencies
711
install_requires = [
812
"psutil",
@@ -19,6 +23,7 @@
1923
package_dir={"testgres.operations": "src"},
2024
description='Testgres subsystem to work with OS',
2125
url='https://github.com/postgrespro/testgres.os_ops',
26+
long_description=readme,
2227
long_description_content_type='text/markdown',
2328
license='PostgreSQL',
2429
author='Postgres Professional',

0 commit comments

Comments
 (0)