Skip to content

Commit

Permalink
Merge pull request #23 from Zulko/2.0.2_readme_fix
Browse files Browse the repository at this point in the history
Rev rolls to 2.0.2, adds long_description content_type
  • Loading branch information
spacether authored Dec 25, 2020
2 parents cf2c7c4 + 48a7f95 commit b2fb772
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.2
- setup.py long_description format updated to markdown

## 2.0.1
- Fixes bug where audio files could not be loaded because mixer.init was not
allowing the data to be modified to suit the hardware needs
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ test:
python3 setup.py pytest

dist:
rm -rf dist
python3 setup.py sdist bdist_wheel
rm -rf build

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
name="pianoputer",
install_requires=["librosa >= 0.8.0", "pygame >= 2.0.0", "keyboardlayout >= 2.0.1"],
python_requires=">=3",
version="2.0.1",
version="2.0.2",
description='Use your computer keyboard as a "piano"',
author="Zulko",
maintainer="Justin Black",
Expand Down Expand Up @@ -47,4 +47,5 @@
"Topic :: Multimedia :: Sound/Audio :: Players",
],
long_description=long_description,
long_description_content_type='text/markdown',
)

0 comments on commit b2fb772

Please sign in to comment.