From 5e7f06e014da760e1774762b4a3fd96207194762 Mon Sep 17 00:00:00 2001 From: Benjamin Moody Date: Fri, 9 Aug 2024 17:14:55 -0400 Subject: [PATCH] Update README and bump version to 0.0.2. --- README.md | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ab74a6b..738e5c3 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,14 @@ Xiph.Org. Installation ------------ -Install this package by running: +Install this package from PyPI by running: ``` -pip install . +pip install plibflac ``` -You will need to have a C compiler and the Python headers installed, -as well as libFLAC and its headers. +If you want to build the package from source (e.g., from the git +repository), you will need to have a C compiler and the Python headers +installed. Project goals diff --git a/pyproject.toml b/pyproject.toml index fb0941e..cc8f40b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "plibflac" -version = "0.0.1" +version = "0.0.2" description = "Read and write FLAC audio files" readme = "README.md" authors = [