Skip to content

Commit dbe9be5

Browse files
committed
Added long_description to the setup.py, which will show up on the pypi page.
1 parent 3918ad7 commit dbe9be5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
name="brainframe-api",
55
version="0.26.0",
66
description="Provides a Python wrapper around the BrainFrame REST API.",
7+
long_description=open("README.rst").read(),
78
author="Aotu",
89
packages=find_namespace_packages(
910
include=["brainframe.api*"]
1011
),
11-
1212
install_requires=[
1313
"requests==2.*",
1414
"pillow==6.*",

0 commit comments

Comments
 (0)