We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe9be5 commit 7ad0d2dCopy full SHA for 7ad0d2d
1 file changed
setup.py
@@ -6,6 +6,8 @@
6
description="Provides a Python wrapper around the BrainFrame REST API.",
7
long_description=open("README.rst").read(),
8
author="Aotu",
9
+ url="https://github.com/aotuai/brainframe_python",
10
+ license="BSD-3-Clause",
11
packages=find_namespace_packages(
12
include=["brainframe.api*"]
13
),
0 commit comments