Skip to content

Commit b4d6102

Browse files
committed
Update long description in setup.py.
Signed-off-by: Bofu Chen (bafu) <bofu@dt42.io>
1 parent 0a60645 commit b4d6102

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

setup.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@
44
from setuptools import find_packages
55

66

7+
with open("README.md", "r") as f:
8+
long_description = f.read()
9+
10+
711
setup(
812
name='berrynet',
9-
version='v3.10.0',
10-
description='BerryNet',
11-
long_description=
12-
'TBD',
13+
version='v3.10.1',
14+
description='Deep learning gateway on Raspberry Pi and other edge devices.',
15+
long_description=long_description,
16+
long_description_content_type="text/markdown",
1317
url='https://github.com/DT42/BerryNet',
1418
author='DT42 Inc.',
1519
author_email='berrynet@dt42.io',

0 commit comments

Comments
 (0)