Skip to content

Commit

Permalink
Update long description in setup.py.
Browse files Browse the repository at this point in the history
Signed-off-by: Bofu Chen (bafu) <bofu@dt42.io>
  • Loading branch information
bafu committed Nov 1, 2020
1 parent 0a60645 commit b4d6102
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@
from setuptools import find_packages


with open("README.md", "r") as f:
long_description = f.read()


setup(
name='berrynet',
version='v3.10.0',
description='BerryNet',
long_description=
'TBD',
version='v3.10.1',
description='Deep learning gateway on Raspberry Pi and other edge devices.',
long_description=long_description,
long_description_content_type="text/markdown",
url='https://github.com/DT42/BerryNet',
author='DT42 Inc.',
author_email='berrynet@dt42.io',
Expand Down

0 comments on commit b4d6102

Please sign in to comment.