We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3918ad7 commit dbe9be5Copy full SHA for dbe9be5
1 file changed
setup.py
@@ -4,11 +4,11 @@
4
name="brainframe-api",
5
version="0.26.0",
6
description="Provides a Python wrapper around the BrainFrame REST API.",
7
+ long_description=open("README.rst").read(),
8
author="Aotu",
9
packages=find_namespace_packages(
10
include=["brainframe.api*"]
11
),
-
12
install_requires=[
13
"requests==2.*",
14
"pillow==6.*",
0 commit comments