Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainbow-Dreamer committed Jun 23, 2024
1 parent 89a76c5 commit f717e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
name='musicpy',
packages=find_packages(),
package_data={'musicpy': ['./*']},
version='6.89',
version='6.91',
license='LGPLv2.1',
description=
'Musicpy is a music programming language in Python designed to write music in very handy syntax through music theory and algorithms.',
author='Rainbow-Dreamer',
author_email='1036889495@qq.com',
url='https://github.com/Rainbow-Dreamer/musicpy.git',
download_url=
'https://github.com/Rainbow-Dreamer/musicpy/archive/6.89.tar.gz',
'https://github.com/Rainbow-Dreamer/musicpy/archive/6.91.tar.gz',
keywords=[
'music language', 'use codes to write music', 'music language for AI'
],
Expand Down

0 comments on commit f717e2a

Please sign in to comment.