Skip to content

Commit

Permalink
Add readme to PyPI metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
rdoursenaud committed Jul 22, 2023
1 parent 4d91a1d commit 33b8b5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "midi_const"
authors = [{name = "Raphaël Doursenaud", email = "rdoursenaud@gmail.com"}]
readme = "README.md"
license = {file = "LICENSE"}
classifiers = [
"Development Status :: 3 - Alpha",
Expand Down
3 changes: 1 addition & 2 deletions src/midi_const/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# SPDX-FileCopyrightText: 2021 Raphaël Doursenaud <rdoursenaud@gmail.com>
#
# SPDX-License-Identifier: CC0-1.0 OR MIT OR Unlicense

"""
Python MIDI constants.
Expand All @@ -16,7 +15,7 @@
http://amei.or.jp/midistandardcommittee
"""

__version__ = "0.1.0"
__version__ = "0.1.0.post1"

VERSION = {
1: "1.0",
Expand Down

0 comments on commit 33b8b5f

Please sign in to comment.