We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a60645 commit b4d6102Copy full SHA for b4d6102
setup.py
@@ -4,12 +4,16 @@
4
from setuptools import find_packages
5
6
7
+with open("README.md", "r") as f:
8
+ long_description = f.read()
9
+
10
11
setup(
12
name='berrynet',
- version='v3.10.0',
- description='BerryNet',
- long_description=
- '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",
17
url='https://github.com/DT42/BerryNet',
18
author='DT42 Inc.',
19
author_email='berrynet@dt42.io',
0 commit comments