Skip to content

Commit

Permalink
add keywords at setuppy
Browse files Browse the repository at this point in the history
  • Loading branch information
kyaryunha committed Jun 5, 2023
1 parent 44a3880 commit 4abf1ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="midi-clip",
version="0.9",
version="0.10",
packages=find_packages(),
description="A python package for midi clip.",
long_description=long_description,
Expand All @@ -16,6 +16,7 @@
license="ISC",
license_file="LICENSE.md",
license_file_content_type="text/markdown",
keywords="midi MIDI mir music audio sound midi-clip python python3",
url="https://github.com/kyaryunha/midi-clip",
install_requires=[
"mido",
Expand Down

0 comments on commit 4abf1ee

Please sign in to comment.