aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorWolfgang Müller2023-05-01 22:54:31 +0200
committerWolfgang Müller2023-05-01 22:54:31 +0200
commit7d23c72319812790cd8d44d60d7e1acf653bb74e (patch)
tree0e49687cc182c142b8b7bd454a69efe15e154020 /setup.py
parent0b5d33ba3b0664f298b175cb0a2efd99ed54c942 (diff)
downloadbeets-oriole-7d23c72319812790cd8d44d60d7e1acf653bb74e.tar.gz
Rename to beets-orioleHEAD0.1.1trunk
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.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index d6a0a97..024145e 100644
--- a/setup.py
+++ b/setup.py
@@ -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",