diff options
author | Wolfgang Müller | 2023-05-01 22:54:31 +0200 |
---|---|---|
committer | Wolfgang Müller | 2023-05-01 22:54:31 +0200 |
commit | 7d23c72319812790cd8d44d60d7e1acf653bb74e (patch) | |
tree | 0e49687cc182c142b8b7bd454a69efe15e154020 | |
parent | 0b5d33ba3b0664f298b175cb0a2efd99ed54c942 (diff) | |
download | beets-oriole-7d23c72319812790cd8d44d60d7e1acf653bb74e.tar.gz |
Rename to beets-oriole0.1.1
We're going to be packaging this for our system and the inconsistent
naming only makes that harder. Decide on one name, and one name only.
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | setup.py | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -# beets-plugins +# beets-oriole This is a collection of my beets plugins. @@ -2,11 +2,11 @@ import setuptools setuptools.setup( name="beets-oriole", - version="0.1.0", + version="0.1.1", author="Wolfgang Müller", author_email="wolf@oriole.systems", description="A collection of beets plugins", - url="https://git.oriole.systems/beets-plugins", + url="https://git.oriole.systems/beets-oriole", classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", |