Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
[0.3.4] MaixPy3 > maixpy3
Browse files Browse the repository at this point in the history
  • Loading branch information
junhuanchen committed Oct 29, 2021
1 parent b400b02 commit 65fa5ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

"""
setup.py file for MaixPy3
setup.py file for maixpy3
"""

import sys
Expand Down Expand Up @@ -31,12 +31,12 @@
py_modules.extend(_maix_py_modules)

setup(
name='MaixPy3',
version='0.3.3',
name='maixpy3',
version='0.3.4',
license='MIT',
author='Sipeed',
author_email="[email protected]",
url='https://github.com/sipeed/MaixPy3',
url='https://github.com/sipeed/maixpy3',
description="MaixPy Python3 library",
long_description=open('README.md', 'r', encoding='UTF-8').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 65fa5ea

Please sign in to comment.