diff --git a/AUTHORS.rst b/AUTHORS.rst index 533a14b3..1f566635 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -2,4 +2,4 @@ Contributors ============ -* laserjeyes +* Johannes Hentschel diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 226e6f59..f9d34434 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,6 @@ Changelog Version 0.1 =========== -- Feature A added -- FIX: nasty bug #1729 fixed -- add your changes here! +- Basic parser implemented +- Logging +- Measure lists diff --git a/README.rst b/README.rst index 76690dbf..5c7b9461 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ A parser for annotated MuseScore 3 files. Description =========== -A longer description of your project goes here... +The parser is able to store lists of notes and other events in a music score to TSV files together with their positions (measure & beat). At a later point, it will be possible to add events from TSV files to a score. Note diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 874ce0a3..00000000 --- a/requirements.txt +++ /dev/null @@ -1,18 +0,0 @@ -pandas -# ============================================================================= -# DEPRECATION WARNING: -# -# The file `requirements.txt` does not influence the package dependencies and -# will not be automatically created in the next version of PyScaffold (v4.x). -# -# Please have look at the docs for better alternatives -# (`Dependency Management` section). -# ============================================================================= -# -# Add your pinned requirements so that they can be easily installed with: -# pip install -r requirements.txt -# Remember to also add them in setup.cfg but unpinned. -# Example: -# numpy==1.13.3 -# scipy==1.0 -#