Skip to content

Commit 33b8b5f

Browse files
committed
Add readme to PyPI metadata
1 parent 4d91a1d commit 33b8b5f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ build-backend = "flit_core.buildapi"
99
[project]
1010
name = "midi_const"
1111
authors = [{name = "Raphaël Doursenaud", email = "rdoursenaud@gmail.com"}]
12+
readme = "README.md"
1213
license = {file = "LICENSE"}
1314
classifiers = [
1415
"Development Status :: 3 - Alpha",

src/midi_const/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# SPDX-FileCopyrightText: 2021 Raphaël Doursenaud <rdoursenaud@gmail.com>
44
#
55
# SPDX-License-Identifier: CC0-1.0 OR MIT OR Unlicense
6-
76
"""
87
Python MIDI constants.
98
@@ -16,7 +15,7 @@
1615
http://amei.or.jp/midistandardcommittee
1716
"""
1817

19-
__version__ = "0.1.0"
18+
__version__ = "0.1.0.post1"
2019

2120
VERSION = {
2221
1: "1.0",

0 commit comments

Comments
 (0)