Skip to content

Commit

Permalink
chore(dist): include miditime in setup install
Browse files Browse the repository at this point in the history
  • Loading branch information
accraze committed Aug 27, 2016
1 parent 6f04ac7 commit dc033ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@ def read(*names, **kwargs):
'Topic :: Utilities',
],
keywords=[
'music', 'composition', 'matrix', 'atonal'
'music', 'composition', 'matrix', 'atonal', 'midi'
],
install_requires=[
'click',
'numpy'
'numpy',
'miditime'
],
extras_require={
# eg:
Expand Down

0 comments on commit dc033ef

Please sign in to comment.