Skip to content

Commit 7ad0d2d

Browse files
committed
Added url and license to setup.py
1 parent dbe9be5 commit 7ad0d2d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
description="Provides a Python wrapper around the BrainFrame REST API.",
77
long_description=open("README.rst").read(),
88
author="Aotu",
9+
url="https://github.com/aotuai/brainframe_python",
10+
license="BSD-3-Clause",
911
packages=find_namespace_packages(
1012
include=["brainframe.api*"]
1113
),

0 commit comments

Comments
 (0)